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

Side by Side Diff: ChangeLog

Issue 115460: Merge bleeding_edge@1955 to 1.1 branch to improve compilation... (Closed) Base URL: http://v8.googlecode.com/svn/branches/1.1/
Patch Set: Created 11 years, 7 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/api.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-05-18: Version 1.1.10.13
2
3 Added multiple generations to the script compilation cache to
4 allow scripts that are used alot to survive a number of garbage
5 collections in the compilation cache.
6
7
1 2009-05-15: Version 1.1.10.12 8 2009-05-15: Version 1.1.10.12
2 9
3 Fix http://crbug.com/12054. Fix numeric overflow handling when compiling 10 Fixed http://crbug.com/12054. Fix numeric overflow handling when
4 count operations in CodeGenerator::VisitCountOperation. 11 compiling count operations in CodeGenerator::VisitCountOperation.
5 12
13
6 2009-04-15: Version 1.1.10 14 2009-04-15: Version 1.1.10
7 15
8 Fixed crash bug that occurred when loading a const variable in the 16 Fixed crash bug that occurred when loading a const variable in the
9 presence of eval. 17 presence of eval.
10 18
11 Allowed using with and eval in registered extensions in debug mode 19 Allowed using with and eval in registered extensions in debug mode
12 by fixing bogus assert. 20 by fixing bogus assert.
13 21
14 Fixed the source position for function returns to enable the 22 Fixed the source position for function returns to enable the
15 debugger to break there. 23 debugger to break there.
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 820
813 Improved debugger support by allowing nested break points and by 821 Improved debugger support by allowing nested break points and by
814 dealing with stack-overflows when compiling functions before 822 dealing with stack-overflows when compiling functions before
815 setting break points in them. 823 setting break points in them.
816 824
817 825
818 2008-07-03: Version 0.1.0 826 2008-07-03: Version 0.1.0
819 827
820 Initial export. 828 Initial export.
821 829
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698