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

Side by Side Diff: ChangeLog

Issue 201069: Prepare push to trunk. Now working on version 1.3.11.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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 2009-09-09: Version 1.3.10
2
3 Fixed profiler on Mac in 64-bit mode.
4
5 Optimized creation of objects from simple constructor functions on
6 ARM.
7
8 Fixed a number of debugger issues.
9
10 Reduced the amount of memory consumed by V8.
11
12
1 2009-09-02: Version 1.3.9 13 2009-09-02: Version 1.3.9
2 14
3 Optimized stack guard checks on ARM. 15 Optimized stack guard checks on ARM.
4 16
5 Optimized API operations by inlining more in the API. 17 Optimized API operations by inlining more in the API.
6 18
7 Optimized creation of objects from simple constructor functions. 19 Optimized creation of objects from simple constructor functions.
8 20
9 Enabled a number of missing optimizations in the 64-bit port. 21 Enabled a number of missing optimizations in the 64-bit port.
10 22
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 1232
1221 Improved debugger support by allowing nested break points and by 1233 Improved debugger support by allowing nested break points and by
1222 dealing with stack-overflows when compiling functions before 1234 dealing with stack-overflows when compiling functions before
1223 setting break points in them. 1235 setting break points in them.
1224 1236
1225 1237
1226 2008-07-03: Version 0.1.0 1238 2008-07-03: Version 0.1.0
1227 1239
1228 Initial export. 1240 Initial export.
1229 1241
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