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

Side by Side Diff: ChangeLog

Issue 6723012: Prepare push to trunk. We are now working on 3.2.5. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 9 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 2011-03-23: Version 3.2.4
2
3 Added isolates which allows several V8 instances in the same process.
4 This is controlled through the new Isolate class in the API.
5
6 Implemented more of EcmaScript 5 strict mode.
7
8 Reduced the time it takes to make detailed heap snapshot.
9
10 Added a number of commands to the ARM simulator and enhanced the ARM
11 disassembler.
12
13 Improved Crankshaft performance on all platforms.
Mads Ager (chromium) 2011/03/23 08:59:57 Maybe we should leave this one out since for this
Søren Thygesen Gjesse 2011/03/23 09:05:49 Done.
14
15
1 2011-03-17: Version 3.2.3 16 2011-03-17: Version 3.2.3
2 17
3 Fixed a number of crash bugs. 18 Fixed a number of crash bugs.
4 19
5 Fixed Array::New(length) to return an array with a length (issue 1256). 20 Fixed Array::New(length) to return an array with a length (issue 1256).
6 21
7 Fixed FreeBSD build. 22 Fixed FreeBSD build.
8 23
9 Changed __defineGetter__ to not throw (matching the behavior of Safari). 24 Changed __defineGetter__ to not throw (matching the behavior of Safari).
10 25
(...skipping 2590 matching lines...) Expand 10 before | Expand all | Expand 10 after
2601 2616
2602 Improved debugger support by allowing nested break points and by 2617 Improved debugger support by allowing nested break points and by
2603 dealing with stack-overflows when compiling functions before 2618 dealing with stack-overflows when compiling functions before
2604 setting break points in them. 2619 setting break points in them.
2605 2620
2606 2621
2607 2008-07-03: Version 0.1.0 2622 2008-07-03: Version 0.1.0
2608 2623
2609 Initial export. 2624 Initial export.
2610 2625
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