OLD | NEW |
| 1 2011-11-11: Version 3.7.6 |
| 2 |
| 3 Fixed filtering of store buffer for large object pages. |
| 4 (issue 1817) |
| 5 |
| 6 Fixed generated hash function on all platforms. |
| 7 (issue 1808) |
| 8 |
| 9 Fixed Heap::Shrink to ensure that it does not free pages that are |
| 10 still in use. |
| 11 (Chromium issue 100414) |
| 12 |
| 13 Stability and performance improvements on all platforms. |
| 14 |
| 15 |
1 2011-11-10: Version 3.7.5 | 16 2011-11-10: Version 3.7.5 |
2 | 17 |
3 Added initial gyp infrastructure for MIPS. | 18 Added initial gyp infrastructure for MIPS. |
4 | 19 |
5 Implemented performance improvements to the incremental garbage | 20 Implemented performance improvements to the incremental garbage |
6 collector. | 21 collector. |
7 | 22 |
8 Added optimizations and stability improvements on all platforms. | 23 Added optimizations and stability improvements on all platforms. |
9 | 24 |
10 | 25 |
(...skipping 3428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3439 setting break points in them. | 3454 setting break points in them. |
3440 | 3455 |
3441 | 3456 |
3442 2008-07-03: Version 0.1.0 | 3457 2008-07-03: Version 0.1.0 |
3443 | 3458 |
3444 Initial export. | 3459 Initial export. |
3445 | 3460 |
3446 # Local Variables: | 3461 # Local Variables: |
3447 # mode:text | 3462 # mode:text |
3448 # End: | 3463 # End: |
OLD | NEW |