| OLD | NEW |
| 1 2011-12-27: Version 3.8.3 |
| 2 |
| 3 Avoid embedding new space objects into code objects in the lithium gap |
| 4 resolver. (chromium:108296) |
| 5 |
| 6 Bug fixes and performance optimizations on all platforms. |
| 7 |
| 8 |
| 1 2011-12-21: Version 3.8.2 | 9 2011-12-21: Version 3.8.2 |
| 2 | 10 |
| 3 Add max optimization flag to v8 gyp build to ensure V8 is always built | 11 Add max optimization flag to v8 gyp build to ensure V8 is always built |
| 4 fully optimized in Chrome. | 12 fully optimized in Chrome. |
| 5 | 13 |
| 6 MIPS: Bring MIPS to parity with other platforms. | 14 MIPS: Bring MIPS to parity with other platforms. |
| 7 | 15 |
| 8 Optimizations and stability improvements on all platforms. | 16 Optimizations and stability improvements on all platforms. |
| 9 | 17 |
| 10 | 18 |
| (...skipping 3530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3541 setting break points in them. | 3549 setting break points in them. |
| 3542 | 3550 |
| 3543 | 3551 |
| 3544 2008-07-03: Version 0.1.0 | 3552 2008-07-03: Version 0.1.0 |
| 3545 | 3553 |
| 3546 Initial export. | 3554 Initial export. |
| 3547 | 3555 |
| 3548 # Local Variables: | 3556 # Local Variables: |
| 3549 # mode:text | 3557 # mode:text |
| 3550 # End: | 3558 # End: |
| OLD | NEW |