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

Side by Side Diff: ChangeLog

Issue 10071039: Prepare push to trunk. Now working on version 3.10.3. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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-04-13: Version 3.10.2
2
3 Fixed native ARM build (issues 1744, 539)
4
5 Return LOOKUP variable instead of CONTEXT for non-context allocated
6 outer scope parameters (Chromium issue 119609).
7
8 Fixed regular and ElementsKind transitions interfering with each other
9 (Chromium issue 122271).
10
11 Improved performance of keyed loads/stores which have a HeapNumber
12 index (issues 1388, 1295).
13
14 Fixed WeakMap processing for evacuation candidates (issue 2060).
15
16 Bailout on possible direct eval calls (Chromium issue 122681).
17
18 Do not assume that names of function expressions are context-allocated
19 (issue 2051).
20
21 Performance and stability improvements on all platforms.
22
23
1 2012-04-10: Version 3.10.1 24 2012-04-10: Version 3.10.1
2 25
3 Fixed bug with arguments object in inlined functions (issue 2045). 26 Fixed bug with arguments object in inlined functions (issue 2045).
4 27
5 Fixed performance bug with lazy initialization (Chromium issue 28 Fixed performance bug with lazy initialization (Chromium issue
6 118686). 29 118686).
7 30
8 Added suppport for Mac OS X 64bit builds with GYP. 31 Added suppport for Mac OS X 64bit builds with GYP.
9 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>) 32 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
10 33
(...skipping 3974 matching lines...) Expand 10 before | Expand all | Expand 10 after
3985 setting break points in them. 4008 setting break points in them.
3986 4009
3987 4010
3988 2008-07-03: Version 0.1.0 4011 2008-07-03: Version 0.1.0
3989 4012
3990 Initial export. 4013 Initial export.
3991 4014
3992 # Local Variables: 4015 # Local Variables:
3993 # mode:text 4016 # mode:text
3994 # End: 4017 # 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