| OLD | NEW |
| 1 2012-02-07: Version 3.9.3 |
| 2 |
| 3 When rethrowing an exception, print the stack trace of its original |
| 4 site instead of rethrow site (Chromium issue 60240). |
| 5 |
| 6 Increased size of small stacks from 32k to 64k to avoid hitting limits |
| 7 in Chromium (Chromium issue 112843). |
| 8 |
| 9 |
| 1 2012-02-06: Version 3.9.2 | 10 2012-02-06: Version 3.9.2 |
| 2 | 11 |
| 3 Add timestamp to --trace-gc output. (issue 1932) | 12 Add timestamp to --trace-gc output. (issue 1932) |
| 4 | 13 |
| 5 Heap profiler reports implicit references. | 14 Heap profiler reports implicit references. |
| 6 | 15 |
| 7 Optionally export metadata with libv8 to enable debuggers to inspect V8 | 16 Optionally export metadata with libv8 to enable debuggers to inspect V8 |
| 8 state. | 17 state. |
| 9 | 18 |
| 10 | 19 |
| (...skipping 3675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3686 setting break points in them. | 3695 setting break points in them. |
| 3687 | 3696 |
| 3688 | 3697 |
| 3689 2008-07-03: Version 0.1.0 | 3698 2008-07-03: Version 0.1.0 |
| 3690 | 3699 |
| 3691 Initial export. | 3700 Initial export. |
| 3692 | 3701 |
| 3693 # Local Variables: | 3702 # Local Variables: |
| 3694 # mode:text | 3703 # mode:text |
| 3695 # End: | 3704 # End: |
| OLD | NEW |