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

Side by Side Diff: ChangeLog

Issue 10704002: Prepare push to trunk. Now working on version 3.12.5. (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-27: Version 3.12.4
2
3 Remove -fomit-frame-pointer flag from Release builds to make
4 the stack walkable by TCMalloc (Chromium issue 133723).
5
6 Port r7868 (constant masking) to x64 (issue 1374).
7
8 Expose more detailed memory statistics (issue 2201).
9
10 Fix Harmony Maps and WeakMaps for undefined values
11 (Chromium issue 132744).
12
13 Correctly throw reference error in strict mode with ICs disabled
14 (issue 2119).
15
16 Performance and stability improvements on all platforms.
17
18
1 2012-06-25: Version 3.12.3 19 2012-06-25: Version 3.12.3
2 20
3 Reverted r11835 'Unify promotion and allocation limit computation' due 21 Reverted r11835 'Unify promotion and allocation limit computation' due
4 to V8 Splay performance regression on Mac. (Chromium issue 134183) 22 to V8 Splay performance regression on Mac. (Chromium issue 134183)
5 23
6 Fixed sharing of literal boilerplates for optimized code. (issue 2193) 24 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
7 25
8 Performance and stability improvements on all platforms. 26 Performance and stability improvements on all platforms.
9 27
10 28
(...skipping 4270 matching lines...) Expand 10 before | Expand all | Expand 10 after
4281 setting break points in them. 4299 setting break points in them.
4282 4300
4283 4301
4284 2008-07-03: Version 0.1.0 4302 2008-07-03: Version 0.1.0
4285 4303
4286 Initial export. 4304 Initial export.
4287 4305
4288 # Local Variables: 4306 # Local Variables:
4289 # mode:text 4307 # mode:text
4290 # End: 4308 # 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