OLD | NEW |
| 1 2013-08-28: Version 3.21.5 |
| 2 |
| 3 Fixed compilation with recent MinGW64 versions. (issue 2300) |
| 4 |
| 5 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440) |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2013-08-26: Version 3.21.4 | 10 2013-08-26: Version 3.21.4 |
2 | 11 |
3 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790). | 12 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790). |
4 | 13 |
5 Use signals for cpu profiling on Mac OS X (issue 2814). | 14 Use signals for cpu profiling on Mac OS X (issue 2814). |
6 | 15 |
7 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595). | 16 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595). |
8 | 17 |
9 Added support for higher CPU profiler sampling rate on posix systems | 18 Added support for higher CPU profiler sampling rate on posix systems |
10 (issue 2814). | 19 (issue 2814). |
(...skipping 5794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5805 setting break points in them. | 5814 setting break points in them. |
5806 | 5815 |
5807 | 5816 |
5808 2008-07-03: Version 0.1.0 | 5817 2008-07-03: Version 0.1.0 |
5809 | 5818 |
5810 Initial export. | 5819 Initial export. |
5811 | 5820 |
5812 # Local Variables: | 5821 # Local Variables: |
5813 # mode:text | 5822 # mode:text |
5814 # End: | 5823 # End: |
OLD | NEW |