OLD | NEW |
| 1 2014-02-04: Version 3.24.31 |
| 2 |
| 3 Fix short-circuiting logical and/or in HOptimizedGraphBuilder (Chromium |
| 4 issue 336148). |
| 5 |
| 6 Elements field of newly allocated JSArray could be left uninitialized in |
| 7 some cases (fast literal case) (Chromium issue 340124). |
| 8 |
| 9 Re-enable escape analysis. |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2014-02-03: Version 3.24.30 | 14 2014-02-03: Version 3.24.30 |
2 | 15 |
3 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
4 | 17 |
5 | 18 |
6 2014-02-01: Version 3.24.29 | 19 2014-02-01: Version 3.24.29 |
7 | 20 |
8 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
9 | 22 |
10 | 23 |
(...skipping 6601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6612 setting break points in them. | 6625 setting break points in them. |
6613 | 6626 |
6614 | 6627 |
6615 2008-07-03: Version 0.1.0 | 6628 2008-07-03: Version 0.1.0 |
6616 | 6629 |
6617 Initial export. | 6630 Initial export. |
6618 | 6631 |
6619 # Local Variables: | 6632 # Local Variables: |
6620 # mode:text | 6633 # mode:text |
6621 # End: | 6634 # End: |
OLD | NEW |