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

Side by Side Diff: ChangeLog

Issue 3466009: Prepare push to trunk. Now working on version 2.4.6. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 3 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 2010-09-22: Version 2.4.5
2 Performance improvements on all platforms.
Vyacheslav Egorov (Chromium) 2010/09/22 09:28:15 Blank line after version line. Line about perform
3
4 Changed the RegExp benchmark to exercise the regexp engine on different
5 inputs by scrambling the input strings.
6
7 Fixed a bug in keyed loads on strings.
8
9 Fixed a bug with loading global function prototypes.
10
11 Fixed a bug with profiling RegExp calls (issue crbug/55999).
Vyacheslav Egorov (Chromium) 2010/09/22 09:28:15 prefix crbug with http://
12
13
1 2010-09-15: Version 2.4.4 14 2010-09-15: Version 2.4.4
2 15
3 Fixed bug with hangs on very large sparse arrays. 16 Fixed bug with hangs on very large sparse arrays.
4 17
5 Now tries harder to free up memory when running out of space. 18 Now tries harder to free up memory when running out of space.
6 19
7 Added heap snapshots to JSON format to API. 20 Added heap snapshots to JSON format to API.
8 21
9 Recalibrated benchmarks. 22 Recalibrated benchmarks.
10 23
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
2077 2090
2078 Improved debugger support by allowing nested break points and by 2091 Improved debugger support by allowing nested break points and by
2079 dealing with stack-overflows when compiling functions before 2092 dealing with stack-overflows when compiling functions before
2080 setting break points in them. 2093 setting break points in them.
2081 2094
2082 2095
2083 2008-07-03: Version 0.1.0 2096 2008-07-03: Version 0.1.0
2084 2097
2085 Initial export. 2098 Initial export.
2086 2099
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