OLD | NEW |
---|---|
1 2011-03-14: Version 3.2.2 | |
2 | |
3 Reduced memory usage of Crankshaft. | |
Kevin Millikin (Chromium)
2011/03/14 15:30:01
This is a relatively minor improvement. I wouldn'
| |
4 | |
5 Fixed a number of crash and correctness bugs. | |
6 | |
7 Improved Crankshaft on all platforms. | |
Kevin Millikin (Chromium)
2011/03/14 15:30:01
Did we improve performance, or increase coverage,
| |
8 | |
9 | |
1 2011-03-10: Version 3.2.1 | 10 2011-03-10: Version 3.2.1 |
2 | 11 |
3 Fixed a number of crash bugs. | 12 Fixed a number of crash bugs. |
4 | 13 |
5 Improved Crankshaft for x64 and ARM. | 14 Improved Crankshaft for x64 and ARM. |
6 | 15 |
7 Implemented more of EcmaScript 5 strict mode. | 16 Implemented more of EcmaScript 5 strict mode. |
8 | 17 |
9 | 18 |
10 2011-03-07: Version 3.2.0 | 19 2011-03-07: Version 3.2.0 |
(...skipping 2566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2577 | 2586 |
2578 Improved debugger support by allowing nested break points and by | 2587 Improved debugger support by allowing nested break points and by |
2579 dealing with stack-overflows when compiling functions before | 2588 dealing with stack-overflows when compiling functions before |
2580 setting break points in them. | 2589 setting break points in them. |
2581 | 2590 |
2582 | 2591 |
2583 2008-07-03: Version 0.1.0 | 2592 2008-07-03: Version 0.1.0 |
2584 | 2593 |
2585 Initial export. | 2594 Initial export. |
2586 | 2595 |
OLD | NEW |