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

Side by Side Diff: ChangeLog

Issue 23514075: Prepare push to trunk. Now working on version 3.22.1. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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-09-23: Version 3.22.0
2
3 LiveEdit to mark more closure functions for re-instantiation when scope
4 layout changes.
5 (issue 2872)
6
7 Made bounds check elimination iterative instead of recursive.
8 (Chromium issue 289706)
9
10 Turned on i18n support by default.
11
12 Set the proper instance-type on HAllocate in BuildFastLiteral.
13 (Chromium issue 284577)
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-09-18: Version 3.21.17 18 2013-09-18: Version 3.21.17
2 19
3 Implemented local load/store elimination on basic blocks. 20 Implemented local load/store elimination on basic blocks.
4 21
5 Added mutex when accessing concurrent recompilation output queue. 22 Added mutex when accessing concurrent recompilation output queue.
6 (Chromium issue 291236) 23 (Chromium issue 291236)
7 24
8 Don't lookup the cache for the result of Function::New. 25 Don't lookup the cache for the result of Function::New.
9 (Chromium issue 272579) 26 (Chromium issue 272579)
10 27
(...skipping 5937 matching lines...) Expand 10 before | Expand all | Expand 10 after
5948 setting break points in them. 5965 setting break points in them.
5949 5966
5950 5967
5951 2008-07-03: Version 0.1.0 5968 2008-07-03: Version 0.1.0
5952 5969
5953 Initial export. 5970 Initial export.
5954 5971
5955 # Local Variables: 5972 # Local Variables:
5956 # mode:text 5973 # mode:text
5957 # End: 5974 # 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