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

Side by Side Diff: ChangeLog

Issue 56059: Prepare to push version 1.1.4 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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/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-03-30: Version 1.1.4
2
3 Optimized String.prototype.match.
4
5 Improved the stack information in profiles.
6
7 Fixed bug in ARM port making it possible to compile the runtime
8 system for thumb mode again.
9
10 Implemented a number of optimizations in the code generator.
11
12 Fixed a number of memory leaks in tests.
13
14 Fixed crash bug in connection with script source code and external
15 strings.
16
17
1 2009-03-24: Version 1.1.3 18 2009-03-24: Version 1.1.3
2 19
3 Fixed assertion failures in compilation of loop conditions. 20 Fixed assertion failures in compilation of loop conditions.
4 21
5 Removed STL dependency from developer shell (d8). 22 Removed STL dependency from developer shell (d8).
6 23
7 Added infrastructure for protecting the V8 heap from corruption 24 Added infrastructure for protecting the V8 heap from corruption
8 caused by memory modifications from the outside. 25 caused by memory modifications from the outside.
9 26
10 27
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 733
717 Improved debugger support by allowing nested break points and by 734 Improved debugger support by allowing nested break points and by
718 dealing with stack-overflows when compiling functions before 735 dealing with stack-overflows when compiling functions before
719 setting break points in them. 736 setting break points in them.
720 737
721 738
722 2008-07-03: Version 0.1.0 739 2008-07-03: Version 0.1.0
723 740
724 Initial export. 741 Initial export.
725 742
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