| OLD | NEW |
| 1 2009-05-18: Version 1.1.10.13 |
| 2 |
| 3 Added multiple generations to the script compilation cache to |
| 4 allow scripts that are used alot to survive a number of garbage |
| 5 collections in the compilation cache. |
| 6 |
| 7 |
| 1 2009-05-15: Version 1.1.10.12 | 8 2009-05-15: Version 1.1.10.12 |
| 2 | 9 |
| 3 Fix http://crbug.com/12054. Fix numeric overflow handling when compiling | 10 Fixed http://crbug.com/12054. Fix numeric overflow handling when |
| 4 count operations in CodeGenerator::VisitCountOperation. | 11 compiling count operations in CodeGenerator::VisitCountOperation. |
| 5 | 12 |
| 13 |
| 6 2009-04-15: Version 1.1.10 | 14 2009-04-15: Version 1.1.10 |
| 7 | 15 |
| 8 Fixed crash bug that occurred when loading a const variable in the | 16 Fixed crash bug that occurred when loading a const variable in the |
| 9 presence of eval. | 17 presence of eval. |
| 10 | 18 |
| 11 Allowed using with and eval in registered extensions in debug mode | 19 Allowed using with and eval in registered extensions in debug mode |
| 12 by fixing bogus assert. | 20 by fixing bogus assert. |
| 13 | 21 |
| 14 Fixed the source position for function returns to enable the | 22 Fixed the source position for function returns to enable the |
| 15 debugger to break there. | 23 debugger to break there. |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 | 820 |
| 813 Improved debugger support by allowing nested break points and by | 821 Improved debugger support by allowing nested break points and by |
| 814 dealing with stack-overflows when compiling functions before | 822 dealing with stack-overflows when compiling functions before |
| 815 setting break points in them. | 823 setting break points in them. |
| 816 | 824 |
| 817 | 825 |
| 818 2008-07-03: Version 0.1.0 | 826 2008-07-03: Version 0.1.0 |
| 819 | 827 |
| 820 Initial export. | 828 Initial export. |
| 821 | 829 |
| OLD | NEW |