| OLD | NEW |
| 1 2012-02-01: Version 3.9.0 |
| 2 |
| 3 Reduce memory use immediately after starting V8. |
| 4 |
| 5 Stability fixes and performance improvements on all platforms. |
| 6 |
| 7 |
| 1 2012-01-26: Version 3.8.9 | 8 2012-01-26: Version 3.8.9 |
| 2 | 9 |
| 3 Flush number string cache on GC (issue 1605). | 10 Flush number string cache on GC (issue 1605). |
| 4 | 11 |
| 5 Provide access to function inferred name with | 12 Provide access to function inferred name with |
| 6 v8::Function::GetInferredName in V8 public API. | 13 v8::Function::GetInferredName in V8 public API. |
| 7 | 14 |
| 8 Fix building with Clang (issue 1912). | 15 Fix building with Clang (issue 1912). |
| 9 | 16 |
| 10 Reduce the space used by the stack for the profiling thread. | 17 Reduce the space used by the stack for the profiling thread. |
| (...skipping 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3657 setting break points in them. | 3664 setting break points in them. |
| 3658 | 3665 |
| 3659 | 3666 |
| 3660 2008-07-03: Version 0.1.0 | 3667 2008-07-03: Version 0.1.0 |
| 3661 | 3668 |
| 3662 Initial export. | 3669 Initial export. |
| 3663 | 3670 |
| 3664 # Local Variables: | 3671 # Local Variables: |
| 3665 # mode:text | 3672 # mode:text |
| 3666 # End: | 3673 # End: |
| OLD | NEW |