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

Side by Side Diff: ChangeLog

Issue 99923007: Prepare push to trunk. Now working on version 3.24.3. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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-12-17: Version 3.24.2
2
3 Flush instruction cache for deserialized code objects.
4
5 Performance and stability improvements on all platforms.
6
7
1 2013-12-13: Version 3.24.1 8 2013-12-13: Version 3.24.1
2 9
3 Fix polymorphic inlined calls with migrating prototypes. 10 Fix polymorphic inlined calls with migrating prototypes.
4 11
5 Fixed global object leak caused by overwriting the global receiver (the 12 Fixed global object leak caused by overwriting the global receiver (the
6 global proxy) in the global object with the global object itself 13 global proxy) in the global object with the global object itself
7 (Chromium issue 324812). 14 (Chromium issue 324812).
8 15
9 Initialize Date parse cache with SMI instead of double to workaround 16 Initialize Date parse cache with SMI instead of double to workaround
10 sharing mutable heap numbers in snapshot (Chromium issue 280531). 17 sharing mutable heap numbers in snapshot (Chromium issue 280531).
(...skipping 6371 matching lines...) Expand 10 before | Expand all | Expand 10 after
6382 setting break points in them. 6389 setting break points in them.
6383 6390
6384 6391
6385 2008-07-03: Version 0.1.0 6392 2008-07-03: Version 0.1.0
6386 6393
6387 Initial export. 6394 Initial export.
6388 6395
6389 # Local Variables: 6396 # Local Variables:
6390 # mode:text 6397 # mode:text
6391 # End: 6398 # 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