OLD | NEW |
---|---|
1 2012-03-20: Version 3.9.22 | |
2 | |
3 Enabled count-based profiler by default. | |
4 | |
5 Implemented a hash based look-up to speed up containing address checks | |
Michael Starzinger
2012/03/20 12:55:44
Drop the "containing", just "address checks", it's
| |
6 in large object space (issue 853). | |
7 | |
8 Performance and stability improvements on all platforms. | |
9 | |
10 | |
1 2012-03-19: Version 3.9.21 | 11 2012-03-19: Version 3.9.21 |
2 | 12 |
3 Fixed push-to-trunk script (and re-push). | 13 Fixed push-to-trunk script (and re-push). |
4 | 14 |
5 Added API call that identifies strings that are guaranteed only to | 15 Added API call that identifies strings that are guaranteed only to |
6 contain ASCII characters. | 16 contain ASCII characters. |
7 | 17 |
8 | 18 |
9 2012-03-19: Version 3.9.20 | 19 2012-03-19: Version 3.9.20 |
10 | 20 |
(...skipping 3888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3899 setting break points in them. | 3909 setting break points in them. |
3900 | 3910 |
3901 | 3911 |
3902 2008-07-03: Version 0.1.0 | 3912 2008-07-03: Version 0.1.0 |
3903 | 3913 |
3904 Initial export. | 3914 Initial export. |
3905 | 3915 |
3906 # Local Variables: | 3916 # Local Variables: |
3907 # mode:text | 3917 # mode:text |
3908 # End: | 3918 # End: |
OLD | NEW |