OLD | NEW |
| 1 2014-02-19: Version 3.25.0 |
| 2 |
| 3 ES6: Tighten up Object.prototype.__proto__ (issue 3064). |
| 4 |
| 5 Fix Hydrogen bounds check elimination (Chromium issue 344186). |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2014-02-19: Version 3.24.40 | 10 2014-02-19: Version 3.24.40 |
2 | 11 |
3 A64: Let the MacroAssembler resolve branches to distant targets (issue | 12 A64: Let the MacroAssembler resolve branches to distant targets (issue |
4 3148). | 13 3148). |
5 | 14 |
6 Fixed and improved code for integral division. Fixed and extended tests | 15 Fixed and improved code for integral division. Fixed and extended tests |
7 (issue 3151). | 16 (issue 3151). |
8 | 17 |
9 MIPS: Fix assignment of function name constant (issue 3138). | 18 MIPS: Fix assignment of function name constant (issue 3138). |
10 | 19 |
(...skipping 6688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6699 setting break points in them. | 6708 setting break points in them. |
6700 | 6709 |
6701 | 6710 |
6702 2008-07-03: Version 0.1.0 | 6711 2008-07-03: Version 0.1.0 |
6703 | 6712 |
6704 Initial export. | 6713 Initial export. |
6705 | 6714 |
6706 # Local Variables: | 6715 # Local Variables: |
6707 # mode:text | 6716 # mode:text |
6708 # End: | 6717 # End: |
OLD | NEW |