Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-12-8: Version 3.8.0 | |
| 2 | |
| 3 Fixed handling of arrays in DefineOwnProperty. (issue 1756) | |
| 4 | |
| 5 Sync parser and preparser on do-while and return statements. | |
|
fschneider
2011/12/08 12:53:11
Is there also an issue number for this?
| |
| 6 | |
| 7 Stability and performance improvements on all platforms. | |
| 8 | |
| 9 | |
| 1 2011-12-01: Version 3.7.12 | 10 2011-12-01: Version 3.7.12 |
| 2 | 11 |
| 3 Increase tick interval for the android platform. | 12 Increase tick interval for the android platform. |
| 4 | 13 |
| 5 Fix a bug in the register allocator. (chromium:105112) | 14 Fix a bug in the register allocator. (chromium:105112) |
| 6 | 15 |
| 7 Fix handling of recompiling code. (chromium:105375, v8:1782) | 16 Fix handling of recompiling code. (chromium:105375, v8:1782) |
| 8 | 17 |
| 9 Start incremental marking on idle notification. (v8:1458) | 18 Start incremental marking on idle notification. (v8:1458) |
| 10 | 19 |
| (...skipping 3501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3512 setting break points in them. | 3521 setting break points in them. |
| 3513 | 3522 |
| 3514 | 3523 |
| 3515 2008-07-03: Version 0.1.0 | 3524 2008-07-03: Version 0.1.0 |
| 3516 | 3525 |
| 3517 Initial export. | 3526 Initial export. |
| 3518 | 3527 |
| 3519 # Local Variables: | 3528 # Local Variables: |
| 3520 # mode:text | 3529 # mode:text |
| 3521 # End: | 3530 # End: |
| OLD | NEW |