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

Side by Side Diff: ChangeLog

Issue 23994004: Prepare push to trunk. Now working on version 3.21.14. (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-11: Version 3.21.13
2
3 Added a ResourceConstraint for the embedder to specify that V8 is
4 running on a memory constrained device.
5 (Chromium issue 280984)
6
7 Removed HandleScope default ctor.
8 (Chromium issue 236173)
9
10 Enabled escape analysis for Hydrogen.
11
12 Correctly stringified mixed encoding indirect strings.
13 (Chromium issue 287476)
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-09-09: Version 3.21.12 18 2013-09-09: Version 3.21.12
2 19
3 Fixed bitwise negation on x64. 20 Fixed bitwise negation on x64.
4 (Chromium issue 285355) 21 (Chromium issue 285355)
5 22
6 Dropped GetCurrentThreadId() and TerminateExecution(int) from 23 Dropped GetCurrentThreadId() and TerminateExecution(int) from
7 the external API. 24 the external API.
8 25
9 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. 26 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
10 (Chromium issue 284998) 27 (Chromium issue 284998)
(...skipping 5873 matching lines...) Expand 10 before | Expand all | Expand 10 after
5884 setting break points in them. 5901 setting break points in them.
5885 5902
5886 5903
5887 2008-07-03: Version 0.1.0 5904 2008-07-03: Version 0.1.0
5888 5905
5889 Initial export. 5906 Initial export.
5890 5907
5891 # Local Variables: 5908 # Local Variables:
5892 # mode:text 5909 # mode:text
5893 # End: 5910 # 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