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

Side by Side Diff: ChangeLog

Issue 6794050: Revert "[Arguments] Merge (7442,7496] from bleeding_edge." (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/arguments
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 | 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-04-04: Version 3.2.7
2
3 Disabled the original 'classic' V8 code generator. Crankshaft is
4 now the default on all platforms.
5
6 Changed the heap profiler to use more descriptive names.
7
8 Performance and stability improvements to isolates on all platforms.
9
10
11 2011-03-30: Version 3.2.6 1 2011-03-30: Version 3.2.6
12 2
13 Fixed xcode build warning in shell.cc (out of order initialization). 3 Fixed xcode build warning in shell.cc (out of order initialization).
14 4
15 Fixed null-pointer dereference in the compiler when running without 5 Fixed null-pointer dereference in the compiler when running without
16 SSE3 support (Chromium issue 77654). 6 SSE3 support (Chromium issue 77654).
17 7
18 Fixed x64 compilation error due to some dead code. (Issue 1286) 8 Fixed x64 compilation error due to some dead code. (Issue 1286)
19 9
20 Introduced scons target to build the preparser stand-alone example. 10 Introduced scons target to build the preparser stand-alone example.
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 2637
2648 Improved debugger support by allowing nested break points and by 2638 Improved debugger support by allowing nested break points and by
2649 dealing with stack-overflows when compiling functions before 2639 dealing with stack-overflows when compiling functions before
2650 setting break points in them. 2640 setting break points in them.
2651 2641
2652 2642
2653 2008-07-03: Version 0.1.0 2643 2008-07-03: Version 0.1.0
2654 2644
2655 Initial export. 2645 Initial export.
2656 2646
OLDNEW
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698