OLD | NEW |
| 1 2012-01-05: Version 3.8.5 |
| 2 |
| 3 Fix broken test that assumes that no GC can clear the regexp cache (GC |
| 4 can happen at any time due to Crankshaft). |
| 5 |
| 6 Fix handling of bogus receivers for Harmony collections. (issue 1884) |
| 7 |
| 8 Add netbsd support to gyp build. |
| 9 |
| 10 Determine page size at runtime on posix platforms. |
| 11 |
| 12 Ensure that store buffer filtering hash sets are cleared after |
| 13 StoreBuffer::Filter. |
| 14 |
| 15 Randomize the seed used for string hashing. This helps guard against |
| 16 CPU-eating DOS attacks against node.js servers. Based on code from |
| 17 Bert Belder. This version only solves the issue for those that compile |
| 18 V8 themselves or those that do not use snapshots. A snapshot-based |
| 19 precompiled V8 will still have predictable string hash codes. |
| 20 |
| 21 Implement callback when script finishes running in V8 API. |
| 22 |
| 23 Improve performance of Math.min and Math.max for the case of two |
| 24 arguments. (issue 1325) |
| 25 |
| 26 |
1 2012-01-02: Version 3.8.4 | 27 2012-01-02: Version 3.8.4 |
2 | 28 |
3 Performance improvements for large Smi-only arrays. | 29 Performance improvements for large Smi-only arrays. |
4 | 30 |
5 Fixed InternalArrays construction. (issue 1878) | 31 Fixed InternalArrays construction. (issue 1878) |
6 | 32 |
7 | 33 |
8 2011-12-27: Version 3.8.3 | 34 2011-12-27: Version 3.8.3 |
9 | 35 |
10 Avoid embedding new space objects into code objects in the lithium gap | 36 Avoid embedding new space objects into code objects in the lithium gap |
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3556 setting break points in them. | 3582 setting break points in them. |
3557 | 3583 |
3558 | 3584 |
3559 2008-07-03: Version 0.1.0 | 3585 2008-07-03: Version 0.1.0 |
3560 | 3586 |
3561 Initial export. | 3587 Initial export. |
3562 | 3588 |
3563 # Local Variables: | 3589 # Local Variables: |
3564 # mode:text | 3590 # mode:text |
3565 # End: | 3591 # End: |
OLD | NEW |