OLD | NEW |
---|---|
1 2010-09-22: Version 2.4.5 | |
2 Performance improvements on all platforms. | |
Vyacheslav Egorov (Chromium)
2010/09/22 09:28:15
Blank line after version line.
Line about perform
| |
3 | |
4 Changed the RegExp benchmark to exercise the regexp engine on different | |
5 inputs by scrambling the input strings. | |
6 | |
7 Fixed a bug in keyed loads on strings. | |
8 | |
9 Fixed a bug with loading global function prototypes. | |
10 | |
11 Fixed a bug with profiling RegExp calls (issue crbug/55999). | |
Vyacheslav Egorov (Chromium)
2010/09/22 09:28:15
prefix crbug with http://
| |
12 | |
13 | |
1 2010-09-15: Version 2.4.4 | 14 2010-09-15: Version 2.4.4 |
2 | 15 |
3 Fixed bug with hangs on very large sparse arrays. | 16 Fixed bug with hangs on very large sparse arrays. |
4 | 17 |
5 Now tries harder to free up memory when running out of space. | 18 Now tries harder to free up memory when running out of space. |
6 | 19 |
7 Added heap snapshots to JSON format to API. | 20 Added heap snapshots to JSON format to API. |
8 | 21 |
9 Recalibrated benchmarks. | 22 Recalibrated benchmarks. |
10 | 23 |
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2077 | 2090 |
2078 Improved debugger support by allowing nested break points and by | 2091 Improved debugger support by allowing nested break points and by |
2079 dealing with stack-overflows when compiling functions before | 2092 dealing with stack-overflows when compiling functions before |
2080 setting break points in them. | 2093 setting break points in them. |
2081 | 2094 |
2082 | 2095 |
2083 2008-07-03: Version 0.1.0 | 2096 2008-07-03: Version 0.1.0 |
2084 | 2097 |
2085 Initial export. | 2098 Initial export. |
2086 | 2099 |
OLD | NEW |