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

Side by Side Diff: ChangeLog

Issue 6820029: Prepare push to trunk. Now working on version 3.2.10. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 8 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-04-11: Version 3.2.9
2
3 Removed support for ABI prior to EABI on ARM.
4
5 Fixed multiple crash bugs.
6
7 Added GCMole to the repository, a simple static analysis tool that
8 searches for GC-unsafe evaluation order dependent callsites.
9
10 Made preparser API be exported in shared libraries.
11
12 Fixed multiple issues in EcmaScript 5 strict mode implementation.
13
14 Fixed mutable __proto__ property if object is not extensible
15 (Issue 1309).
16
17 Fixed auto suspension of the sampler thread.
18
19
1 2011-04-06: Version 3.2.8 20 2011-04-06: Version 3.2.8
2 21
3 Exposed WebGL typed array constructors in the shell sample. 22 Exposed WebGL typed array constructors in the shell sample.
4 23
5 Performance improvements on all platforms. 24 Performance improvements on all platforms.
6 25
7 26
8 2011-04-04: Version 3.2.7 27 2011-04-04: Version 3.2.7
9 28
10 Disabled the original 'classic' V8 code generator. Crankshaft is 29 Disabled the original 'classic' V8 code generator. Crankshaft is
(...skipping 2643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2654 2673
2655 Improved debugger support by allowing nested break points and by 2674 Improved debugger support by allowing nested break points and by
2656 dealing with stack-overflows when compiling functions before 2675 dealing with stack-overflows when compiling functions before
2657 setting break points in them. 2676 setting break points in them.
2658 2677
2659 2678
2660 2008-07-03: Version 0.1.0 2679 2008-07-03: Version 0.1.0
2661 2680
2662 Initial export. 2681 Initial export.
2663 2682
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