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

Side by Side Diff: ChangeLog

Issue 19543002: Prepare push to trunk. Now working on version 3.20.7. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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-17: Version 3.20.6
2
3 Try to remove invalidated stubs before falling back to checking the
4 constant state (Chromium issue 260585).
5
6 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
7
8 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
9
10 Use internal array as API function cache (Chromium issue 260106).
11
12 Fixed possible stack overflow in range analysis
13 (Chromium issue 259452).
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-07-15: Version 3.20.5 18 2013-07-15: Version 3.20.5
2 19
3 Ensured that the length of frozen arrays is immutable (issue 2711,25954 8) 20 Ensured that the length of frozen arrays is immutable (issue 2711,25954 8)
Yang 2013/07/17 08:13:57 While you are at this, might as well fix this line
Jakob Kummerow 2013/07/17 08:19:20 Done.
4 21
5 Performance and stability improvements on all platforms. 22 Performance and stability improvements on all platforms.
6 23
7 24
8 2013-07-10: Version 3.20.4 25 2013-07-10: Version 3.20.4
9 26
10 Fixed garbage-collection issue that causes a crash on ARM 27 Fixed garbage-collection issue that causes a crash on ARM
11 (Chromium issue 254570) 28 (Chromium issue 254570)
12 29
13 Performance and stability improvements on all platforms. 30 Performance and stability improvements on all platforms.
(...skipping 5580 matching lines...) Expand 10 before | Expand all | Expand 10 after
5594 setting break points in them. 5611 setting break points in them.
5595 5612
5596 5613
5597 2008-07-03: Version 0.1.0 5614 2008-07-03: Version 0.1.0
5598 5615
5599 Initial export. 5616 Initial export.
5600 5617
5601 # Local Variables: 5618 # Local Variables:
5602 # mode:text 5619 # mode:text
5603 # End: 5620 # 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