OLD | NEW |
| 1 2012-03-13: Version 3.9.18 |
| 2 |
| 3 Ensure consistency of Math.sqrt on Intel platforms. |
| 4 |
| 5 Remove static initializers in v8. (issue 1859) |
| 6 |
| 7 Add explicit dependency on v8_base in the GYP-based build. |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-03-12: Version 3.9.17 | 12 2012-03-12: Version 3.9.17 |
2 | 13 |
3 Fixed VFP detection through compiler defines. (issue 1996) | 14 Fixed VFP detection through compiler defines. (issue 1996) |
4 | 15 |
5 Add Code-related fields to postmortem metadata. | 16 Add Code-related fields to postmortem metadata. |
6 | 17 |
7 Performance and stability improvements on all platforms. | 18 Performance and stability improvements on all platforms. |
8 | 19 |
9 | 20 |
10 2012-03-09: Version 3.9.16 | 21 2012-03-09: Version 3.9.16 |
(...skipping 3836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3847 setting break points in them. | 3858 setting break points in them. |
3848 | 3859 |
3849 | 3860 |
3850 2008-07-03: Version 0.1.0 | 3861 2008-07-03: Version 0.1.0 |
3851 | 3862 |
3852 Initial export. | 3863 Initial export. |
3853 | 3864 |
3854 # Local Variables: | 3865 # Local Variables: |
3855 # mode:text | 3866 # mode:text |
3856 # End: | 3867 # End: |
OLD | NEW |