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

Side by Side Diff: ChangeLog

Issue 159910: Prepare to push to trunk. We are now working on version 1.3.3 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 4 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/version.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-08-05: Version 1.3.2
2
3 Started new compiler infrastructure for two-pass compilation using a
4 control flow graph constructed from the AST.
5
6 Profiler stack sampling for X64.
7
8 Safe handling of NaN to Posix platform-dependent time functions.
9
10 Added a new profiler control API to unify controlling various aspects
11 of profiling.
12
13 Fixed issue 392.
14
15
1 2009-07-30: Version 1.3.1 16 2009-07-30: Version 1.3.1
2 17
3 Speed improvements to accessors and interceptors. 18 Speed improvements to accessors and interceptors.
4 19
5 Added support for capturing stack information on custom errors. 20 Added support for capturing stack information on custom errors.
6 21
7 Added support for morphing an object into a pixel array where its 22 Added support for morphing an object into a pixel array where its
8 indexed properties are stored in an external byte array. Values written 23 indexed properties are stored in an external byte array. Values written
9 are always clamped to the 0..255 interval. 24 are always clamped to the 0..255 interval.
10 25
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 1111
1097 Improved debugger support by allowing nested break points and by 1112 Improved debugger support by allowing nested break points and by
1098 dealing with stack-overflows when compiling functions before 1113 dealing with stack-overflows when compiling functions before
1099 setting break points in them. 1114 setting break points in them.
1100 1115
1101 1116
1102 2008-07-03: Version 0.1.0 1117 2008-07-03: Version 0.1.0
1103 1118
1104 Initial export. 1119 Initial export.
1105 1120
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698