OLD | NEW |
| 1 2012-01-19: Version 3.8.7 |
| 2 |
| 3 Ensure that LRandom restores rsi after call to the C function on x64. |
| 4 (Chromium issue http://crbug.com/110509) |
| 5 |
| 6 Fixing include issues on *bsd when building with scons. |
| 7 (issue 1897) |
| 8 |
| 9 Provide a switch to specify -fno-strict-aliasing |
| 10 (issue 1887) |
| 11 |
| 12 Move WIN32 define from standalone.gypi to common.gypi |
| 13 (issue 1760) |
| 14 |
| 15 Fix corner-case in heap size estimation. |
| 16 (issue 1893) |
| 17 |
| 18 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64. |
| 19 (issue 1903) |
| 20 |
| 21 Performance improvements and bug fixes. |
| 22 |
| 23 |
1 2012-01-16: Version 3.8.6 | 24 2012-01-16: Version 3.8.6 |
2 | 25 |
3 Add primitive WebGL array support to d8. | 26 Add primitive WebGL array support to d8. |
4 | 27 |
5 Improve heap size estimation (issue 1893). | 28 Improve heap size estimation (issue 1893). |
6 | 29 |
7 Hash collision DOS workaround extended from string keys | 30 Hash collision DOS workaround extended from string keys |
8 to numeric keys. | 31 to numeric keys. |
9 | 32 |
10 Provide an API for iterating through all external strings referenced | 33 Provide an API for iterating through all external strings referenced |
(...skipping 3590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3601 setting break points in them. | 3624 setting break points in them. |
3602 | 3625 |
3603 | 3626 |
3604 2008-07-03: Version 0.1.0 | 3627 2008-07-03: Version 0.1.0 |
3605 | 3628 |
3606 Initial export. | 3629 Initial export. |
3607 | 3630 |
3608 # Local Variables: | 3631 # Local Variables: |
3609 # mode:text | 3632 # mode:text |
3610 # End: | 3633 # End: |
OLD | NEW |