OLD | NEW |
1 2910-11-18: Version 2.5.7 | 1 2010-11-23: Version 2.5.8 |
2 | 2 |
| 3 Removed dependency on Gay's dtoa. |
| 4 |
| 5 Improved heap profiler precision and speed. |
| 6 |
| 7 Reduced overhead of callback invocations on ARM. |
| 8 |
| 9 |
| 10 2010-11-18: Version 2.5.7 |
| 11 |
3 Fixed obscure evaluation order bug (issue 931). | 12 Fixed obscure evaluation order bug (issue 931). |
4 | 13 |
5 Split the random number state between JavaScript and the private API. | 14 Split the random number state between JavaScript and the private API. |
6 | 15 |
7 Fixed performance bug causing GCs when generating stack traces on | 16 Fixed performance bug causing GCs when generating stack traces on |
8 code from very large scripts. | 17 code from very large scripts. |
9 | 18 |
10 Fixed bug in parser that allowed (foo):42 as a labelled statement | 19 Fixed bug in parser that allowed (foo):42 as a labelled statement |
11 (issue 918). | 20 (issue 918). |
12 | 21 |
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2235 | 2244 |
2236 Improved debugger support by allowing nested break points and by | 2245 Improved debugger support by allowing nested break points and by |
2237 dealing with stack-overflows when compiling functions before | 2246 dealing with stack-overflows when compiling functions before |
2238 setting break points in them. | 2247 setting break points in them. |
2239 | 2248 |
2240 | 2249 |
2241 2008-07-03: Version 0.1.0 | 2250 2008-07-03: Version 0.1.0 |
2242 | 2251 |
2243 Initial export. | 2252 Initial export. |
2244 | 2253 |
OLD | NEW |