OLD | NEW |
| 1 2012-10-01: Version 3.14.1 |
| 2 |
| 3 Don't set -m32 flag when compiling with Android ARM compiler. |
| 4 (Chromium issue 143889) |
| 5 |
| 6 Restore the descriptor array before returning allocation failure. |
| 7 (Chromium issue 151750) |
| 8 |
| 9 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and |
| 10 128252). |
| 11 |
| 12 Pull more recent gyp in 'make dependencies'. |
| 13 |
| 14 Made sure that the generic KeyedStoreIC changes length and element_kind |
| 15 atomically (issue 2346). |
| 16 |
| 17 Bumped number of allowed variables per scope to 65535, to address GWT. |
| 18 (Chromium issue 151625) |
| 19 |
| 20 Support sourceURL for dynamically inserted scripts (issue 2342). |
| 21 |
| 22 Performance and stability improvements on all platforms. |
| 23 |
| 24 |
1 2012-09-20: Version 3.14.0 | 25 2012-09-20: Version 3.14.0 |
2 | 26 |
3 Fixed missing slot recording during clearing of CallICs. | 27 Fixed missing slot recording during clearing of CallICs. |
4 (Chromium issue 144230) | 28 (Chromium issue 144230) |
5 | 29 |
6 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. | 30 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. |
7 (Chromium issue 150729) | 31 (Chromium issue 150729) |
8 | 32 |
9 Fixed minus zero test. (Issue 2133) | 33 Fixed minus zero test. (Issue 2133) |
10 | 34 |
(...skipping 4611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4622 setting break points in them. | 4646 setting break points in them. |
4623 | 4647 |
4624 | 4648 |
4625 2008-07-03: Version 0.1.0 | 4649 2008-07-03: Version 0.1.0 |
4626 | 4650 |
4627 Initial export. | 4651 Initial export. |
4628 | 4652 |
4629 # Local Variables: | 4653 # Local Variables: |
4630 # mode:text | 4654 # mode:text |
4631 # End: | 4655 # End: |
OLD | NEW |