OLD | NEW |
| 1 2012-10-10: Version 3.14.2 |
| 2 |
| 3 ARM: allowed VFP3 instructions when hardfloat is enabled. |
| 4 (Chromium issue 152506) |
| 5 |
| 6 Fixed instance_descriptors() and PushStackTraceAndDie regressions. |
| 7 (Chromium issue 151749) |
| 8 |
| 9 Made GDBJIT interface compile again. (issue 1804) |
| 10 |
| 11 Fixed Accessors::FunctionGetPrototype's proto chain traversal. |
| 12 (Chromium issue 143967) |
| 13 |
| 14 Made sure that names of temporaries do not clash with real variables. |
| 15 (issue 2322) |
| 16 |
| 17 Rejected local module declarations. (Chromium issue 150628) |
| 18 |
| 19 Rejected uses of lexical for-loop variable on the RHS. (issue 2322) |
| 20 |
| 21 Fixed slot recording of code target patches. |
| 22 (Chromium issue 152615,chromium:144230) |
| 23 |
| 24 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3. |
| 25 |
| 26 Performance and stability improvements on all platforms. |
| 27 |
| 28 |
1 2012-10-01: Version 3.14.1 | 29 2012-10-01: Version 3.14.1 |
2 | 30 |
3 Don't set -m32 flag when compiling with Android ARM compiler. | 31 Don't set -m32 flag when compiling with Android ARM compiler. |
4 (Chromium issue 143889) | 32 (Chromium issue 143889) |
5 | 33 |
6 Restore the descriptor array before returning allocation failure. | 34 Restore the descriptor array before returning allocation failure. |
7 (Chromium issue 151750) | 35 (Chromium issue 151750) |
8 | 36 |
9 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and | 37 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and |
10 128252). | 38 128252). |
(...skipping 4635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4646 setting break points in them. | 4674 setting break points in them. |
4647 | 4675 |
4648 | 4676 |
4649 2008-07-03: Version 0.1.0 | 4677 2008-07-03: Version 0.1.0 |
4650 | 4678 |
4651 Initial export. | 4679 Initial export. |
4652 | 4680 |
4653 # Local Variables: | 4681 # Local Variables: |
4654 # mode:text | 4682 # mode:text |
4655 # End: | 4683 # End: |
OLD | NEW |