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

Side by Side Diff: ChangeLog

Issue 10710010: Prepare push to trunk. Now working on version 3.12.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 2012-06-28: Version 3.12.5
2
3 Fixed lazy parsing heuristics to respect outer scope.
4 (Chromium issue 135008)
5
6 Allow using test-wrapper-gypbuild.py on Windows when no python
7 interpreter is registered.
8 (jkummerow@chromium.org)
Jakob Kummerow 2012/06/28 15:03:10 nit: we don't need the committer.
9
10 Performance and stability improvements on all platforms.
11
12
1 2012-06-27: Version 3.12.4 13 2012-06-27: Version 3.12.4
2 14
3 Removed -fomit-frame-pointer flag from Release builds to make 15 Removed -fomit-frame-pointer flag from Release builds to make
4 the stack walkable by TCMalloc (Chromium issue 133723). 16 the stack walkable by TCMalloc (Chromium issue 133723).
5 17
6 Ported r7868 (constant masking) to x64 (issue 1374). 18 Ported r7868 (constant masking) to x64 (issue 1374).
7 19
8 Expose more detailed memory statistics (issue 2201). 20 Expose more detailed memory statistics (issue 2201).
9 21
10 Fixed Harmony Maps and WeakMaps for undefined values 22 Fixed Harmony Maps and WeakMaps for undefined values
(...skipping 4288 matching lines...) Expand 10 before | Expand all | Expand 10 after
4299 setting break points in them. 4311 setting break points in them.
4300 4312
4301 4313
4302 2008-07-03: Version 0.1.0 4314 2008-07-03: Version 0.1.0
4303 4315
4304 Initial export. 4316 Initial export.
4305 4317
4306 # Local Variables: 4318 # Local Variables:
4307 # mode:text 4319 # mode:text
4308 # End: 4320 # 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