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

Side by Side Diff: ChangeLog

Issue 5188006: Push version 2.5.7 to trunk.... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 1 month 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 | include/v8.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-11-18: Version 2.5.7
2
3 Fixed obscure evaluation order bug (issue 931).
4
5 Split the random number state between JavaScript and the private API.
6
7 Fixed performance bug causing GCs when generating stack traces on
8 code from very large scripts.
9
10 Fixed bug in parser that allowed (foo):42 as a labelled statement
11 (issue 918).
12
13 Provide more accurate results about used heap size via
14 GetHeapStatistics.
15
16 Allow build-time customization of the max semispace size.
17
18 Made String.prototype.split honor limit when separator is empty
19 (issue 929).
20
21 Added missing failure check after expecting an identifier in
22 preparser (Chromium issue 62639).
23
24
1 2010-11-10: Version 2.5.6 25 2010-11-10: Version 2.5.6
2 26
3 Added support for VFP rounding modes to the ARM simulator. 27 Added support for VFP rounding modes to the ARM simulator.
4 28
5 Fixed multiplication overflow bug (issue 927). 29 Fixed multiplication overflow bug (issue 927).
6 30
7 Added a limit for the amount of executable memory (issue 925). 31 Added a limit for the amount of executable memory (issue 925).
8 32
9 33
10 2010-11-08: Version 2.5.5 34 2010-11-08: Version 2.5.5
(...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 2235
2212 Improved debugger support by allowing nested break points and by 2236 Improved debugger support by allowing nested break points and by
2213 dealing with stack-overflows when compiling functions before 2237 dealing with stack-overflows when compiling functions before
2214 setting break points in them. 2238 setting break points in them.
2215 2239
2216 2240
2217 2008-07-03: Version 0.1.0 2241 2008-07-03: Version 0.1.0
2218 2242
2219 Initial export. 2243 Initial export.
2220 2244
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698