OLD | NEW |
| 1 2011-12-01: Version 3.7.12 |
| 2 |
| 3 Increase tick interval for the android platform. |
| 4 |
| 5 Fix a bug in the register allocator. (chromium:105112) |
| 6 |
| 7 Fix handling of recompiling code. (chromium:105375, v8:1782) |
| 8 |
| 9 Start incremental marking on idle notification. (v8:1458) |
| 10 |
| 11 Build fixes for various platforms. |
| 12 |
| 13 Various performance improvements. |
| 14 |
| 15 |
1 2011-11-29: Version 3.7.11 | 16 2011-11-29: Version 3.7.11 |
2 | 17 |
3 Fixed bug when generating padding to ensure space for lazy | 18 Fixed bug when generating padding to ensure space for lazy |
4 deoptimization. | 19 deoptimization. |
5 (issue 1846) | 20 (issue 1846) |
6 | 21 |
7 Further reduced pause times due to GC. | 22 Further reduced pause times due to GC. |
8 | 23 |
9 Stability and performance improvements on all platforms. | 24 Stability and performance improvements on all platforms. |
10 | 25 |
(...skipping 3486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3497 setting break points in them. | 3512 setting break points in them. |
3498 | 3513 |
3499 | 3514 |
3500 2008-07-03: Version 0.1.0 | 3515 2008-07-03: Version 0.1.0 |
3501 | 3516 |
3502 Initial export. | 3517 Initial export. |
3503 | 3518 |
3504 # Local Variables: | 3519 # Local Variables: |
3505 # mode:text | 3520 # mode:text |
3506 # End: | 3521 # End: |
OLD | NEW |