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

Side by Side Diff: ChangeLog

Issue 11367003: Prepare push to trunk. Now working on version 3.15.1. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback Created 8 years, 1 month 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 2012-10-31: Version 3.15.0
2
3 Loosened aligned code target requirement on ARM (issue 2380)
4
5 Fixed JSON.parse to treat leading zeros correctly.
6 (Chromium issue 158185)
7
8 Performance and stability improvements on all platforms.
9
10
1 2012-10-22: Version 3.14.5 11 2012-10-22: Version 3.14.5
2 12
3 Killed off the SCons based build. 13 Killed off the SCons based build.
4 14
5 Added a faster API for creating v8::Integer objects. 15 Added a faster API for creating v8::Integer objects.
6 16
7 Speeded up function deoptimization by avoiding quadratic pass over 17 Speeded up function deoptimization by avoiding quadratic pass over
8 optimized function list. (Chromium issue 155270) 18 optimized function list. (Chromium issue 155270)
9 19
10 Always invoke the default Array.sort functions from builtin functions. 20 Always invoke the default Array.sort functions from builtin functions.
(...skipping 4704 matching lines...) Expand 10 before | Expand all | Expand 10 after
4715 setting break points in them. 4725 setting break points in them.
4716 4726
4717 4727
4718 2008-07-03: Version 0.1.0 4728 2008-07-03: Version 0.1.0
4719 4729
4720 Initial export. 4730 Initial export.
4721 4731
4722 # Local Variables: 4732 # Local Variables:
4723 # mode:text 4733 # mode:text
4724 # End: 4734 # 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