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

Side by Side Diff: ChangeLog

Issue 31015: Prepare push to trunk. Now working on version 1.0.4. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 10 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-02-27: Version 1.0.3
2
3 Optimized double-to-integer conversions in bit operations by using
4 SSE3 instructions if available.
5
6 Optimized initialization sequences that store to multiple
7 properties of the same object.
8
9 Changed the D8 debugger frontend to use JSON messages.
10
11 Align code objects at 32-byte boundaries.
12
13
1 2009-02-25: Version 1.0.2 14 2009-02-25: Version 1.0.2
2 15
3 Improved profiling support by performing simple call stack 16 Improved profiling support by performing simple call stack
4 sampling for ticks and by fixing a bug in the logging of code 17 sampling for ticks and by fixing a bug in the logging of code
5 addresses. 18 addresses.
6 19
7 Fixed a number of debugger issues. 20 Fixed a number of debugger issues.
8 21
9 Optimized code that uses eval. 22 Optimized code that uses eval.
10 23
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 640
628 Improved debugger support by allowing nested break points and by 641 Improved debugger support by allowing nested break points and by
629 dealing with stack-overflows when compiling functions before 642 dealing with stack-overflows when compiling functions before
630 setting break points in them. 643 setting break points in them.
631 644
632 645
633 2008-07-03: Version 0.1.0 646 2008-07-03: Version 0.1.0
634 647
635 Initial export. 648 Initial export.
636 649
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