OLD | NEW |
| 1 2012-10-11: Version 3.14.3 |
| 2 |
| 3 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings |
| 4 (Chromium issue 155076). |
| 5 |
| 6 Bumped variable limit further to 2^17 (Chromium issue 151625). |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2012-10-10: Version 3.14.2 | 11 2012-10-10: Version 3.14.2 |
2 | 12 |
3 ARM: allowed VFP3 instructions when hardfloat is enabled. | 13 ARM: allowed VFP3 instructions when hardfloat is enabled. |
4 (Chromium issue 152506) | 14 (Chromium issue 152506) |
5 | 15 |
6 Fixed instance_descriptors() and PushStackTraceAndDie regressions. | 16 Fixed instance_descriptors() and PushStackTraceAndDie regressions. |
7 (Chromium issue 151749) | 17 (Chromium issue 151749) |
8 | 18 |
9 Made GDBJIT interface compile again. (issue 1804) | 19 Made GDBJIT interface compile again. (issue 1804) |
10 | 20 |
(...skipping 4663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4674 setting break points in them. | 4684 setting break points in them. |
4675 | 4685 |
4676 | 4686 |
4677 2008-07-03: Version 0.1.0 | 4687 2008-07-03: Version 0.1.0 |
4678 | 4688 |
4679 Initial export. | 4689 Initial export. |
4680 | 4690 |
4681 # Local Variables: | 4691 # Local Variables: |
4682 # mode:text | 4692 # mode:text |
4683 # End: | 4693 # End: |
OLD | NEW |