OLD | NEW |
| 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 Loading... |
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 |
OLD | NEW |