OLD | NEW |
| 1 2012-12-27: Version 3.16.1 |
| 2 |
| 3 Fixed x64 MathMinMax for negative untagged int32 arguments. |
| 4 (Chromium issue 164442) |
| 5 |
| 6 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32. |
| 7 (issue 2458) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-12-21: Version 3.16.0 | 12 2012-12-21: Version 3.16.0 |
2 | 13 |
3 V8_Fatal now prints C++ stack trace in debug mode. | 14 V8_Fatal now prints C++ stack trace in debug mode. |
4 | 15 |
5 Added HTML-based tick processor. | 16 Added HTML-based tick processor. |
6 | 17 |
7 Continued implementation of Object.observe (V8 issue 2409). | 18 Continued implementation of Object.observe (V8 issue 2409). |
8 | 19 |
9 Fixed V8 issues 2243, 2340, 2393, 2399, 2457. | 20 Fixed V8 issues 2243, 2340, 2393, 2399, 2457. |
10 | 21 |
(...skipping 4877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4888 setting break points in them. | 4899 setting break points in them. |
4889 | 4900 |
4890 | 4901 |
4891 2008-07-03: Version 0.1.0 | 4902 2008-07-03: Version 0.1.0 |
4892 | 4903 |
4893 Initial export. | 4904 Initial export. |
4894 | 4905 |
4895 # Local Variables: | 4906 # Local Variables: |
4896 # mode:text | 4907 # mode:text |
4897 # End: | 4908 # End: |
OLD | NEW |