| OLD | NEW |
| 1 2011-01-19: Version 3.0.9 |
| 2 |
| 3 Added basic GDB JIT Interface integration. |
| 4 |
| 5 Make invalid break/continue statements a syntax error instead of a |
| 6 runtime error. |
| 7 |
| 8 |
| 1 2011-01-17: Version 3.0.8 | 9 2011-01-17: Version 3.0.8 |
| 2 | 10 |
| 3 Exposed heap size limit to the heap statistics gathered by | 11 Exposed heap size limit to the heap statistics gathered by |
| 4 the GetHeapStatistics API. | 12 the GetHeapStatistics API. |
| 5 | 13 |
| 6 Wrapped external pointers more carefully (issue 1037). | 14 Wrapped external pointers more carefully (issue 1037). |
| 7 | 15 |
| 8 Hardened the implementation of error objects to avoid setters | 16 Hardened the implementation of error objects to avoid setters |
| 9 intercepting the properties set then throwing an error. | 17 intercepting the properties set then throwing an error. |
| 10 | 18 |
| 11 Avoided trashing the FPSCR when calculating Math.floor on ARM. | 19 Avoided trashing the FPSCR when calculating Math.floor on ARM. |
| 12 | 20 |
| 13 Performance improvements on the IA32 platform. | 21 Performance improvements on the IA32 platform. |
| 14 | 22 |
| (...skipping 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2380 | 2388 |
| 2381 Improved debugger support by allowing nested break points and by | 2389 Improved debugger support by allowing nested break points and by |
| 2382 dealing with stack-overflows when compiling functions before | 2390 dealing with stack-overflows when compiling functions before |
| 2383 setting break points in them. | 2391 setting break points in them. |
| 2384 | 2392 |
| 2385 | 2393 |
| 2386 2008-07-03: Version 0.1.0 | 2394 2008-07-03: Version 0.1.0 |
| 2387 | 2395 |
| 2388 Initial export. | 2396 Initial export. |
| 2389 | 2397 |
| OLD | NEW |