OLD | NEW |
| 1 2013-08-26: Version 3.21.4 |
| 2 |
| 3 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790). |
| 4 |
| 5 Use signals for cpu profiling on Mac OS X (issue 2814). |
| 6 |
| 7 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595). |
| 8 |
| 9 Added support for higher CPU profiler sampling rate on posix systems |
| 10 (issue 2814). |
| 11 |
| 12 Worked around 'inlining failed' build error with older GCC 4.x releases. |
| 13 |
| 14 Added source map support to tick processor. |
| 15 |
| 16 Stability improvements on all platforms. |
| 17 |
| 18 |
1 2013-08-23: Version 3.21.3 | 19 2013-08-23: Version 3.21.3 |
2 | 20 |
3 Temporarily disabled optimization for StringWrappers to use native | 21 Temporarily disabled optimization for StringWrappers to use native |
4 valueOf. (issue 2855) | 22 valueOf. (issue 2855) |
5 | 23 |
6 Fixed crash on function declarations in eval inside non-trivial local | 24 Fixed crash on function declarations in eval inside non-trivial local |
7 scope. (issue 2594) | 25 scope. (issue 2594) |
8 | 26 |
9 Rewrote SamplingCircularQueue. (issue 2814) | 27 Rewrote SamplingCircularQueue. (issue 2814) |
10 | 28 |
(...skipping 5776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5787 setting break points in them. | 5805 setting break points in them. |
5788 | 5806 |
5789 | 5807 |
5790 2008-07-03: Version 0.1.0 | 5808 2008-07-03: Version 0.1.0 |
5791 | 5809 |
5792 Initial export. | 5810 Initial export. |
5793 | 5811 |
5794 # Local Variables: | 5812 # Local Variables: |
5795 # mode:text | 5813 # mode:text |
5796 # End: | 5814 # End: |
OLD | NEW |