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

Side by Side Diff: ChangeLog

Issue 23669007: Prepare push to trunk. Now working on version 3.21.18. (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-18: Version 3.21.17
2
3 Implemented local load/store elimination on basic blocks.
4
5 Added mutex when accessing concurrent recompilation output queue.
6 (Chromium issue 291236)
7
8 Don't lookup the cache for the result of Function::New.
9 (Chromium issue 272579)
10
11 Tweaked HConstant::EmitAtUses() to eliminate useless constant
12 generation.
13 (Chromium issue 2881)
Jakob Kummerow 2013/09/18 18:05:30 nit: this is clearly a V8 issue number.
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-09-16: Version 3.21.16 18 2013-09-16: Version 3.21.16
2 19
3 Every place where AllocationMemento is initialized with an 20 Every place where AllocationMemento is initialized with an
4 AllocationSite is now checked to be sure a valid Site goes in. This is 21 AllocationSite is now checked to be sure a valid Site goes in. This is
5 temporary code to diagnose chromium bug 284577. 22 temporary code to diagnose chromium bug 284577.
6 23
7 Performance and stability improvements on all platforms. 24 Performance and stability improvements on all platforms.
8 25
9 26
10 2013-09-13: Version 3.21.15 27 2013-09-13: Version 3.21.15
(...skipping 5920 matching lines...) Expand 10 before | Expand all | Expand 10 after
5931 setting break points in them. 5948 setting break points in them.
5932 5949
5933 5950
5934 2008-07-03: Version 0.1.0 5951 2008-07-03: Version 0.1.0
5935 5952
5936 Initial export. 5953 Initial export.
5937 5954
5938 # Local Variables: 5955 # Local Variables:
5939 # mode:text 5956 # mode:text
5940 # End: 5957 # 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