OLD | NEW |
| 1 2014-03-05: Version 3.25.4 |
| 2 |
| 3 x64: Fix LMathMinMax for constant Smi right-hand operands (Chromium |
| 4 issue 349079). |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2014-03-04: Version 3.25.3 | 9 2014-03-04: Version 3.25.3 |
2 | 10 |
3 Clear optimized code cache in shared function info when code gets | 11 Clear optimized code cache in shared function info when code gets |
4 deoptimized (Chromium issue 343609). | 12 deoptimized (Chromium issue 343609). |
5 | 13 |
6 Fixed constant folding for Math.clz32 (Chromium issue 347906). | 14 Fixed constant folding for Math.clz32 (Chromium issue 347906). |
7 | 15 |
8 Fix JSObject::PrintTransitions (Chromium issue 347912). | 16 Fix JSObject::PrintTransitions (Chromium issue 347912). |
9 | 17 |
10 Fix handling of constant global variable assignments (Chromium issue | 18 Fix handling of constant global variable assignments (Chromium issue |
(...skipping 6761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6772 setting break points in them. | 6780 setting break points in them. |
6773 | 6781 |
6774 | 6782 |
6775 2008-07-03: Version 0.1.0 | 6783 2008-07-03: Version 0.1.0 |
6776 | 6784 |
6777 Initial export. | 6785 Initial export. |
6778 | 6786 |
6779 # Local Variables: | 6787 # Local Variables: |
6780 # mode:text | 6788 # mode:text |
6781 # End: | 6789 # End: |
OLD | NEW |