Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Side by Side Diff: ChangeLog

Issue 14139031: Prepare push to trunk. Now working on version 3.18.4. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2013-04-24: Version 3.18.3
2
3 Exposed the GC under a name that is less collision prone than window.gc.
4 (issue 2641)
5
6 Do not emit double values at their use sites. (Chromium issue 234101)
7
8 Added methods to allow resuming execution after calling
9 TerminateExecution(). (issue 2361)
10
11 Performance and stability improvements on all platforms.
12
13
1 2013-04-22: Version 3.18.2 14 2013-04-22: Version 3.18.2
2 15
3 OS::MemMove/OS::MemCopy: Don't call through to generated code when size 16 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
4 == 0 to avoid prefetching invalid memory (Chromium issue 233500) 17 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
5 18
6 Removed heap snapshot size limit. (Chromium issue 232305) 19 Removed heap snapshot size limit. (Chromium issue 232305)
7 20
8 Performance and stability improvements on all platforms. 21 Performance and stability improvements on all platforms.
9 22
10 23
(...skipping 5296 matching lines...) Expand 10 before | Expand all | Expand 10 after
5307 setting break points in them. 5320 setting break points in them.
5308 5321
5309 5322
5310 2008-07-03: Version 0.1.0 5323 2008-07-03: Version 0.1.0
5311 5324
5312 Initial export. 5325 Initial export.
5313 5326
5314 # Local Variables: 5327 # Local Variables:
5315 # mode:text 5328 # mode:text
5316 # End: 5329 # End:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698