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

Side by Side Diff: ChangeLog

Issue 5381004: Prepare push to trunk. Now working on version 2.6.0. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years 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 2010-11-29: Version 2.5.9
2
3 Fixed crashes during GC caused by partially initialize heap
4 objects.
5
6 Fixed bug in process sample that caused memory leaks.
7
8 Improved performance on ARM by implementing missing stubs and
9 inlining.
10
11 Improved heap profiler support.
12
13 Added separate seeding on Windows of the random number generator
14 used internally by the compiler (issue 936).
15
16 Exposed API for getting the name of the function used to construct
17 an object.
18
19 Fixed date parser to handle one and two digit millisecond
20 values (issue 944).
21
22 Fixed number parsing to disallow space between sign and
23 digits (issue 946).
24
25
1 2010-11-23: Version 2.5.8 26 2010-11-23: Version 2.5.8
2 27
3 Removed dependency on Gay's dtoa. 28 Removed dependency on Gay's dtoa.
4 29
5 Improved heap profiler precision and speed. 30 Improved heap profiler precision and speed.
6 31
7 Reduced overhead of callback invocations on ARM. 32 Reduced overhead of callback invocations on ARM.
8 33
9 34
10 2010-11-18: Version 2.5.7 35 2010-11-18: Version 2.5.7
(...skipping 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2244 2269
2245 Improved debugger support by allowing nested break points and by 2270 Improved debugger support by allowing nested break points and by
2246 dealing with stack-overflows when compiling functions before 2271 dealing with stack-overflows when compiling functions before
2247 setting break points in them. 2272 setting break points in them.
2248 2273
2249 2274
2250 2008-07-03: Version 0.1.0 2275 2008-07-03: Version 0.1.0
2251 2276
2252 Initial export. 2277 Initial export.
2253 2278
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