OLD | NEW |
---|---|
1 2910-11-18: Version 2.5.7 | |
2 | |
3 Fixed obscure evaluation order bug. | |
4 http://code.google.com/p/v8/issues/detail?id=931 | |
Mads Ager (chromium)
2010/11/18 10:09:08
We normally just write '(issue 931).'
Erik Corry
2010/11/18 10:23:19
Done.
| |
5 | |
6 Spilt the random number state between JavaScript and the private API. | |
Mads Ager (chromium)
2010/11/18 10:09:08
Spilt -> Split.
Erik Corry
2010/11/18 10:23:19
Done.
| |
7 | |
8 Fixed performance bug causing GCs when generating stack traces on | |
9 code from very large scripts. | |
10 | |
11 Fixed bug in parser that allowed (foo):42 as a labelled statement. | |
12 http://code.google.com/p/v8/issues/detail?id=918 | |
13 | |
14 Provide more accurate results about used heap size via | |
Mads Ager (chromium)
2010/11/18 10:09:08
Past tense in all items?
Erik Corry
2010/11/18 10:23:19
But we never stopped providing more accurate resul
| |
15 GetHeapStatistics. | |
16 | |
17 Allow build-time customization of the max semispace size. | |
18 | |
19 Made String.prototype.split honor limit when separator is empty. | |
20 http://code.google.com/p/v8/issues/detail?id=929 | |
21 | |
22 Added missing failure check after expecting an identifier in | |
23 preparser. http://code.google.com/p/chromium/issues/detail?id=62639 | |
24 | |
25 | |
1 2010-11-10: Version 2.5.6 | 26 2010-11-10: Version 2.5.6 |
2 | 27 |
3 Added support for VFP rounding modes to the ARM simulator. | 28 Added support for VFP rounding modes to the ARM simulator. |
4 | 29 |
5 Fixed multiplication overflow bug (issue 927). | 30 Fixed multiplication overflow bug (issue 927). |
6 | 31 |
7 Added a limit for the amount of executable memory (issue 925). | 32 Added a limit for the amount of executable memory (issue 925). |
8 | 33 |
9 | 34 |
10 2010-11-08: Version 2.5.5 | 35 2010-11-08: Version 2.5.5 |
(...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2211 | 2236 |
2212 Improved debugger support by allowing nested break points and by | 2237 Improved debugger support by allowing nested break points and by |
2213 dealing with stack-overflows when compiling functions before | 2238 dealing with stack-overflows when compiling functions before |
2214 setting break points in them. | 2239 setting break points in them. |
2215 | 2240 |
2216 | 2241 |
2217 2008-07-03: Version 0.1.0 | 2242 2008-07-03: Version 0.1.0 |
2218 | 2243 |
2219 Initial export. | 2244 Initial export. |
2220 | 2245 |
OLD | NEW |