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

Side by Side Diff: ChangeLog

Issue 6759025: Version 3.2.6 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
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 | « .gitignore ('k') | SConstruct » ('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-30: Version 3.2.6
2
3 Fixed xcode build warning in shell.cc (out of order initialization).
4
5 Fixed null-pointer dereference in the compiler when running without
6 SSE3 support (Chromium issue 77654).
7
8 Fixed x64 compilation error due to some dead code. (Issue 1286)
9
10 Introduced scons target to build the preparser stand-alone example.
11
12 Made FreeBSD build and pass all tests.
13
14
1 2011-03-28: Version 3.2.5 15 2011-03-28: Version 3.2.5
2 16
3 Fixed build with Irregexp interpreter (issue 1266). 17 Fixed build with Irregexp interpreter (issue 1266).
4 18
5 Added Crankshaft support for external arrays. 19 Added Crankshaft support for external arrays.
6 20
7 Fixed two potential crash bugs. 21 Fixed two potential crash bugs.
8 22
9 23
10 2011-03-23: Version 3.2.4 24 2011-03-23: Version 3.2.4
11 25
12 Added isolates which allows several V8 instances in the same process. 26 Added isolates which allows several V8 instances in the same process.
13 This is controlled through the new Isolate class in the API. 27 This is controlled through the new Isolate class in the API.
(...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2623 2637
2624 Improved debugger support by allowing nested break points and by 2638 Improved debugger support by allowing nested break points and by
2625 dealing with stack-overflows when compiling functions before 2639 dealing with stack-overflows when compiling functions before
2626 setting break points in them. 2640 setting break points in them.
2627 2641
2628 2642
2629 2008-07-03: Version 0.1.0 2643 2008-07-03: Version 0.1.0
2630 2644
2631 Initial export. 2645 Initial export.
2632 2646
OLDNEW
« no previous file with comments | « .gitignore ('k') | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698