OLD | NEW |
| 1 2009-03-24: Version 1.1.3 |
| 2 |
| 3 Fixed assertion failures in compilation of loop conditions. |
| 4 |
| 5 Removed STL dependency from developer shell (d8). |
| 6 |
| 7 Added infrastructure for protecting the V8 heap from corruption |
| 8 caused by memory modifications from the outside. |
| 9 |
| 10 |
1 2009-03-24: Version 1.1.2 | 11 2009-03-24: Version 1.1.2 |
2 | 12 |
3 Improved frame merge code generated by the code generator. | 13 Improved frame merge code generated by the code generator. |
4 | 14 |
5 Optimized String.prototype.replace. | 15 Optimized String.prototype.replace. |
6 | 16 |
7 Implemented __defineGetter__ and __defineSetter__ for properties | 17 Implemented __defineGetter__ and __defineSetter__ for properties |
8 with integer keys on non-array objects. | 18 with integer keys on non-array objects. |
9 | 19 |
10 Improved debugger and profiler support. | 20 Improved debugger and profiler support. |
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
706 | 716 |
707 Improved debugger support by allowing nested break points and by | 717 Improved debugger support by allowing nested break points and by |
708 dealing with stack-overflows when compiling functions before | 718 dealing with stack-overflows when compiling functions before |
709 setting break points in them. | 719 setting break points in them. |
710 | 720 |
711 | 721 |
712 2008-07-03: Version 0.1.0 | 722 2008-07-03: Version 0.1.0 |
713 | 723 |
714 Initial export. | 724 Initial export. |
715 | 725 |
OLD | NEW |