OLD | NEW |
---|---|
1 2012-03-21: Version 3.9.23 | |
2 | |
3 Use correct arguments adaptation environment when inlining function | |
4 containing arguments. (Chromium issue V8:2014) | |
Jakob Kummerow
2012/03/21 09:46:58
"2014" sounds like a V8 issue to me. so:
s/Chromiu
| |
5 | |
6 Performance and stability improvements on all platforms. | |
7 | |
8 | |
1 2012-03-20: Version 3.9.22 | 9 2012-03-20: Version 3.9.22 |
2 | 10 |
3 Enabled count-based profiler by default. | 11 Enabled count-based profiler by default. |
4 | 12 |
5 Implemented a hash based look-up to speed up address checks | 13 Implemented a hash based look-up to speed up address checks |
6 in large object space (issue 853). | 14 in large object space (issue 853). |
7 | 15 |
8 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
9 | 17 |
10 | 18 |
(...skipping 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3909 setting break points in them. | 3917 setting break points in them. |
3910 | 3918 |
3911 | 3919 |
3912 2008-07-03: Version 0.1.0 | 3920 2008-07-03: Version 0.1.0 |
3913 | 3921 |
3914 Initial export. | 3922 Initial export. |
3915 | 3923 |
3916 # Local Variables: | 3924 # Local Variables: |
3917 # mode:text | 3925 # mode:text |
3918 # End: | 3926 # End: |
OLD | NEW |