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

Side by Side Diff: ChangeLog

Issue 19933002: Prepare push to trunk. Now working on version 3.20.8. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: address comment Created 7 years, 5 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-07-22: Version 3.20.7
2
3 Deprecated some debugger methods.
4
5 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
6
7 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
8
9 Fixed type feedback in presence of negative lookups
10 (Chromium issue 252797).
11
12 Do not materialize context-allocated values for debug-evaluate
13 (Chromium issue 259300).
14
15 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
16 (Chromium issue 260345).
17
18 Performance and stability improvements on all platforms.
19
20
1 2013-07-17: Version 3.20.6 21 2013-07-17: Version 3.20.6
2 22
3 Try to remove invalidated stubs before falling back to checking the 23 Try to remove invalidated stubs before falling back to checking the
4 constant state (Chromium issue 260585). 24 constant state (Chromium issue 260585).
5 25
6 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). 26 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
7 27
8 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). 28 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
9 29
10 Use internal array as API function cache (Chromium issue 260106). 30 Use internal array as API function cache (Chromium issue 260106).
(...skipping 5601 matching lines...) Expand 10 before | Expand all | Expand 10 after
5612 setting break points in them. 5632 setting break points in them.
5613 5633
5614 5634
5615 2008-07-03: Version 0.1.0 5635 2008-07-03: Version 0.1.0
5616 5636
5617 Initial export. 5637 Initial export.
5618 5638
5619 # Local Variables: 5639 # Local Variables:
5620 # mode:text 5640 # mode:text
5621 # End: 5641 # 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