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

Side by Side Diff: ChangeLog

Issue 173340: Prepare push to trunk. Now working on version 1.3.8. (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-25: Version 1.3.7
2
3 Reduced the size of generated code on ARM platforms by reducing
4 the size of constant pools.
5
6 Changed build files to not include the 'ENV' user environment
7 variable in the build environment.
8
9 Changed the handling of idle notification.
10
11
1 2009-08-21: Version 1.3.6 12 2009-08-21: Version 1.3.6
2 13
3 Add support for forceful termination of JavaScript execution. 14 Add support for forceful termination of JavaScript execution.
4 15
5 Add low memory notification to the API. The embedding host can signal 16 Add low memory notification to the API. The embedding host can signal
6 a low memory situation to V8. 17 a low memory situation to V8.
7 18
8 Changed the handling of global handles (persistent handles in the API 19 Changed the handling of global handles (persistent handles in the API
9 sense) to avoid issues regarding allocation of new global handles 20 sense) to avoid issues regarding allocation of new global handles
10 during weak handle callbacks. 21 during weak handle callbacks.
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 1193
1183 Improved debugger support by allowing nested break points and by 1194 Improved debugger support by allowing nested break points and by
1184 dealing with stack-overflows when compiling functions before 1195 dealing with stack-overflows when compiling functions before
1185 setting break points in them. 1196 setting break points in them.
1186 1197
1187 1198
1188 2008-07-03: Version 0.1.0 1199 2008-07-03: Version 0.1.0
1189 1200
1190 Initial export. 1201 Initial export.
1191 1202
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