OLD | NEW |
| 1 2009-08-26: Version 1.3.8 |
| 2 |
| 3 Changed the handling of idle notifications to allow idle |
| 4 notifications when V8 has not yet been initialized. |
| 5 |
| 6 Fixed ARM simulator compilation problem on Windows. |
| 7 |
| 8 |
1 2009-08-25: Version 1.3.7 | 9 2009-08-25: Version 1.3.7 |
2 | 10 |
3 Reduced the size of generated code on ARM platforms by reducing | 11 Reduced the size of generated code on ARM platforms by reducing |
4 the size of constant pools. | 12 the size of constant pools. |
5 | 13 |
6 Changed build files to not include the 'ENV' user environment | 14 Changed build files to not include the 'ENV' user environment |
7 variable in the build environment. | 15 variable in the build environment. |
8 | 16 |
9 Changed the handling of idle notifications. | 17 Changed the handling of idle notifications. |
10 | 18 |
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1193 | 1201 |
1194 Improved debugger support by allowing nested break points and by | 1202 Improved debugger support by allowing nested break points and by |
1195 dealing with stack-overflows when compiling functions before | 1203 dealing with stack-overflows when compiling functions before |
1196 setting break points in them. | 1204 setting break points in them. |
1197 | 1205 |
1198 | 1206 |
1199 2008-07-03: Version 0.1.0 | 1207 2008-07-03: Version 0.1.0 |
1200 | 1208 |
1201 Initial export. | 1209 Initial export. |
1202 | 1210 |
OLD | NEW |