OLD | NEW |
| 1 2013-08-30: Version 3.21.7 |
| 2 |
| 3 Fixed casts of eternal handles. |
| 4 |
| 5 Turned on global handle zapping. |
| 6 |
| 7 Always visit branches during HGraph building (Chromium issue 280333). |
| 8 |
| 9 Profiler changes: removed deprecated API, support higher sampling |
| 10 rate on Windows. |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-08-29: Version 3.21.6 | 15 2013-08-29: Version 3.21.6 |
2 | 16 |
3 Fixed inlined 'throw' statements interfering with live range | 17 Fixed inlined 'throw' statements interfering with live range |
4 computation. (issue 2843) | 18 computation. (issue 2843) |
5 | 19 |
6 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
7 | 21 |
8 | 22 |
9 2013-08-28: Version 3.21.5 | 23 2013-08-28: Version 3.21.5 |
10 | 24 |
(...skipping 5811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5822 setting break points in them. | 5836 setting break points in them. |
5823 | 5837 |
5824 | 5838 |
5825 2008-07-03: Version 0.1.0 | 5839 2008-07-03: Version 0.1.0 |
5826 | 5840 |
5827 Initial export. | 5841 Initial export. |
5828 | 5842 |
5829 # Local Variables: | 5843 # Local Variables: |
5830 # mode:text | 5844 # mode:text |
5831 # End: | 5845 # End: |
OLD | NEW |