OLD | NEW |
1 2011-12-8: Version 3.8.0 | 1 2011-12-13: Version 3.8.0 |
2 | 2 |
3 Fixed handling of arrays in DefineOwnProperty. (issue 1756) | 3 Fixed handling of arrays in DefineOwnProperty. (issue 1756) |
4 | 4 |
5 Sync parser and preparser on do-while and return statements. | 5 Sync parser and preparser on do-while and return statements. |
6 (issue 1856) | 6 (issue 1856) |
7 | 7 |
| 8 Fixed another corner case for DefineOwnProperty on arrays (issue 1756). |
| 9 |
8 Stability and performance improvements on all platforms. | 10 Stability and performance improvements on all platforms. |
9 | 11 |
10 | 12 |
11 2011-12-01: Version 3.7.12 | 13 2011-12-01: Version 3.7.12 |
12 | 14 |
13 Increase tick interval for the android platform. | 15 Increase tick interval for the android platform. |
14 | 16 |
15 Fix a bug in the register allocator. (chromium:105112) | 17 Fix a bug in the register allocator. (chromium:105112) |
16 | 18 |
17 Fix handling of recompiling code. (chromium:105375, v8:1782) | 19 Fix handling of recompiling code. (chromium:105375, v8:1782) |
(...skipping 3504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3522 setting break points in them. | 3524 setting break points in them. |
3523 | 3525 |
3524 | 3526 |
3525 2008-07-03: Version 0.1.0 | 3527 2008-07-03: Version 0.1.0 |
3526 | 3528 |
3527 Initial export. | 3529 Initial export. |
3528 | 3530 |
3529 # Local Variables: | 3531 # Local Variables: |
3530 # mode:text | 3532 # mode:text |
3531 # End: | 3533 # End: |
OLD | NEW |