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

Side by Side Diff: ChangeLog

Issue 12831009: Prepare push to trunk. Now working on version 3.17.12. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 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-03-15: Version 3.17.11
2
3 Added a version of the v8::HandleScope constructor with an v8::Isolate
4 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
5 method of v8::Isolate.
6 (issue 2487)
7
8 Allow inlining of functions containing array/function literals.
Jakob Kummerow 2013/03/15 12:35:45 I don't think we need to mention this
9 (issue 1322)
10
11 Fixed two register allocator bugs (off-by-one error/failure
12 propagation). (issue 2576)
13
14 Fixed huge heap snapshot when a heavily shared context has many
15 variables. (Chromium issue 145687)
16
17 Performance and stability improvements on all platforms.
18
19
1 2013-03-13: Version 3.17.10 20 2013-03-13: Version 3.17.10
2 21
3 Fixed heap snapshot creation for Harmony collections. (issue 2535) 22 Fixed heap snapshot creation for Harmony collections. (issue 2535)
4 23
5 Fixed register allocation corner case. (Chromium issue 177883) 24 Fixed register allocation corner case. (Chromium issue 177883)
6 25
7 Performance and stability improvements on all platforms. 26 Performance and stability improvements on all platforms.
8 27
9 28
10 2013-03-08: Version 3.17.9 29 2013-03-08: Version 3.17.9
(...skipping 5183 matching lines...) Expand 10 before | Expand all | Expand 10 after
5194 setting break points in them. 5213 setting break points in them.
5195 5214
5196 5215
5197 2008-07-03: Version 0.1.0 5216 2008-07-03: Version 0.1.0
5198 5217
5199 Initial export. 5218 Initial export.
5200 5219
5201 # Local Variables: 5220 # Local Variables:
5202 # mode:text 5221 # mode:text
5203 # End: 5222 # 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