OLD | NEW |
| 1 2009-04-01: Version 1.1.6 |
| 2 |
| 3 Revert an unsafe code generator change. |
| 4 |
| 5 |
1 2009-04-01: Version 1.1.5 | 6 2009-04-01: Version 1.1.5 |
2 | 7 |
3 Fixed bug that caused function literals to not be optimized as | 8 Fixed bug that caused function literals to not be optimized as |
4 much as other functions. | 9 much as other functions. |
5 | 10 |
6 Improved profiler support. | 11 Improved profiler support. |
7 | 12 |
8 Fixed a crash bug in connection with debugger unloading. | 13 Fixed a crash bug in connection with debugger unloading. |
9 | 14 |
10 Fixed a crash bug in the code generator caused by losing the | 15 Fixed a crash bug in the code generator caused by losing the |
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 | 754 |
750 Improved debugger support by allowing nested break points and by | 755 Improved debugger support by allowing nested break points and by |
751 dealing with stack-overflows when compiling functions before | 756 dealing with stack-overflows when compiling functions before |
752 setting break points in them. | 757 setting break points in them. |
753 | 758 |
754 | 759 |
755 2008-07-03: Version 0.1.0 | 760 2008-07-03: Version 0.1.0 |
756 | 761 |
757 Initial export. | 762 Initial export. |
758 | 763 |
OLD | NEW |