| OLD | NEW |
| 1 2012-01-02: Version 3.8.4 |
| 2 |
| 3 Performance improvements for large Smi-only arrays. |
| 4 |
| 5 Fixed InternalArrays construction. (issue 1878) |
| 6 |
| 7 |
| 1 2011-12-27: Version 3.8.3 | 8 2011-12-27: Version 3.8.3 |
| 2 | 9 |
| 3 Avoid embedding new space objects into code objects in the lithium gap | 10 Avoid embedding new space objects into code objects in the lithium gap |
| 4 resolver. (chromium:108296) | 11 resolver. (chromium:108296) |
| 5 | 12 |
| 6 Bug fixes and performance optimizations on all platforms. | 13 Bug fixes and performance optimizations on all platforms. |
| 7 | 14 |
| 8 | 15 |
| 9 2011-12-21: Version 3.8.2 | 16 2011-12-21: Version 3.8.2 |
| 10 | 17 |
| (...skipping 3538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3549 setting break points in them. | 3556 setting break points in them. |
| 3550 | 3557 |
| 3551 | 3558 |
| 3552 2008-07-03: Version 0.1.0 | 3559 2008-07-03: Version 0.1.0 |
| 3553 | 3560 |
| 3554 Initial export. | 3561 Initial export. |
| 3555 | 3562 |
| 3556 # Local Variables: | 3563 # Local Variables: |
| 3557 # mode:text | 3564 # mode:text |
| 3558 # End: | 3565 # End: |
| OLD | NEW |