OLD | NEW |
| 1 2011-11-29: Version 3.7.11 |
| 2 |
| 3 Fixed bug when generating padding to ensure space for lazy |
| 4 deoptimization. |
| 5 (issue 1846) |
| 6 |
| 7 Further reduced pause times due to GC. |
| 8 |
| 9 Stability and performance improvements on all platforms. |
| 10 |
| 11 |
1 2011-11-23: Version 3.7.10 | 12 2011-11-23: Version 3.7.10 |
2 | 13 |
3 Set maximum length of FixedArray in terms of elements instead an | 14 Set maximum length of FixedArray in terms of elements instead an |
4 absolute number of bytes. | 15 absolute number of bytes. |
5 (Chromium issue 103103) | 16 (Chromium issue 103103) |
6 | 17 |
7 Stability and performance improvements on all platforms. | 18 Stability and performance improvements on all platforms. |
8 | 19 |
9 | 20 |
10 2011-11-21: Version 3.7.9 | 21 2011-11-21: Version 3.7.9 |
(...skipping 3475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3486 setting break points in them. | 3497 setting break points in them. |
3487 | 3498 |
3488 | 3499 |
3489 2008-07-03: Version 0.1.0 | 3500 2008-07-03: Version 0.1.0 |
3490 | 3501 |
3491 Initial export. | 3502 Initial export. |
3492 | 3503 |
3493 # Local Variables: | 3504 # Local Variables: |
3494 # mode:text | 3505 # mode:text |
3495 # End: | 3506 # End: |
OLD | NEW |