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

Side by Side Diff: ChangeLog

Issue 115458: Prepare to push version 1.2.4 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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 2009-05-18: Version 1.2.4
2
3 Improved performance of floating point number allocation for ARM
4 platforms.
5
6 Fixed crash when using the instanceof operator on functions with
7 number values in their prototype chain (issue 341).
8
9 Optimized virtual frame operations in the code generator to speed
10 up compilation time and allocated the frames in the zone.
11
12 Made the representation of virtual frame and jump targets in the
13 code generator much more compact.
14
15 Avoided linear search for non-locals in scope code when resolving
16 variables inside with and eval scopes.
17
18 Optimized lexical scanner by dealing with whitespace as part of
19 the token scanning instead of as a separate step before it.
20
21 Changed the scavenging collector so that promoted objects do not
22 reside in the old generation while their remembered set is being
23 swept for pointers into the young generation.
24
25 Fixed numeric overflow handling when compiling count operations.
26
27
1 2009-05-11: Version 1.2.3 28 2009-05-11: Version 1.2.3
2 29
3 Fixed bug in reporting of out-of-memory situations. 30 Fixed bug in reporting of out-of-memory situations.
4 31
5 Introduced hidden prototypes on certain builtin prototype objects 32 Introduced hidden prototypes on certain builtin prototype objects
6 such as String.prototype to emulate JSC's behavior of restoring 33 such as String.prototype to emulate JSC's behavior of restoring
7 the original function when deleting functions from those prototype 34 the original function when deleting functions from those prototype
8 objects. 35 objects.
9 36
10 Fixed crash bug in the register allocator. 37 Fixed crash bug in the register allocator.
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 892
866 Improved debugger support by allowing nested break points and by 893 Improved debugger support by allowing nested break points and by
867 dealing with stack-overflows when compiling functions before 894 dealing with stack-overflows when compiling functions before
868 setting break points in them. 895 setting break points in them.
869 896
870 897
871 2008-07-03: Version 0.1.0 898 2008-07-03: Version 0.1.0
872 899
873 Initial export. 900 Initial export.
874 901
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