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

Side by Side Diff: ChangeLog

Issue 17203: Periodic merge from bleeding_edge to experimental code generator... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: Created 11 years, 11 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-01-06: Version 0.4.7
2
3 Minor bugfixes and optimizations.
4
5 Added command line debugger to D8 shell.
6
7 Fixed subtle bug that caused the wrong 'this' to be used when
8 calling a caught function in a catch clause.
9
10 Inline array loads within loops directly in the code instead of
11 always calling a stub.
12
13
1 2008-12-11: Version 0.4.6 14 2008-12-11: Version 0.4.6
2 15
3 Fixed exception reporting bug where certain exceptions were 16 Fixed exception reporting bug where certain exceptions were
4 incorrectly reported as uncaught. 17 incorrectly reported as uncaught.
5 18
6 Improved the memory allocation strategy used during compilation to 19 Improved the memory allocation strategy used during compilation to
7 make running out of memory when compiling huge scripts less 20 make running out of memory when compiling huge scripts less
8 likely. 21 likely.
9 22
10 Optimized String.replace by avoiding the construction of certain 23 Optimized String.replace by avoiding the construction of certain
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 539
527 Improved debugger support by allowing nested break points and by 540 Improved debugger support by allowing nested break points and by
528 dealing with stack-overflows when compiling functions before 541 dealing with stack-overflows when compiling functions before
529 setting break points in them. 542 setting break points in them.
530 543
531 544
532 2008-07-03: Version 0.1.0 545 2008-07-03: Version 0.1.0
533 546
534 Initial export. 547 Initial export.
535 548
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