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

Side by Side Diff: ChangeLog

Issue 5302002: Prepare push to trunk. Now working on version 2.5.9. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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 | 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 2910-11-18: Version 2.5.7 1 2010-11-23: Version 2.5.8
2 2
3 Removed dependency on Gay's dtoa.
4
5 Improved heap profiler precision and speed.
6
7 Reduced overhead of callback invocations on ARM.
8
9
10 2010-11-18: Version 2.5.7
11
3 Fixed obscure evaluation order bug (issue 931). 12 Fixed obscure evaluation order bug (issue 931).
4 13
5 Split the random number state between JavaScript and the private API. 14 Split the random number state between JavaScript and the private API.
6 15
7 Fixed performance bug causing GCs when generating stack traces on 16 Fixed performance bug causing GCs when generating stack traces on
8 code from very large scripts. 17 code from very large scripts.
9 18
10 Fixed bug in parser that allowed (foo):42 as a labelled statement 19 Fixed bug in parser that allowed (foo):42 as a labelled statement
11 (issue 918). 20 (issue 918).
12 21
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 2244
2236 Improved debugger support by allowing nested break points and by 2245 Improved debugger support by allowing nested break points and by
2237 dealing with stack-overflows when compiling functions before 2246 dealing with stack-overflows when compiling functions before
2238 setting break points in them. 2247 setting break points in them.
2239 2248
2240 2249
2241 2008-07-03: Version 0.1.0 2250 2008-07-03: Version 0.1.0
2242 2251
2243 Initial export. 2252 Initial export.
2244 2253
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