| OLD | NEW |
| 1 2009-04-07: Version 1.1.7 |
| 2 |
| 3 Added support for easily importing additional environment |
| 4 variables into the SCons build. |
| 5 |
| 6 Optimized strict equality checks. |
| 7 |
| 8 Fixed crash in indexed setters on objects without a corresponding |
| 9 getter (issue 298). |
| 10 |
| 11 Re-enabled script compilation cache. |
| 12 |
| 13 |
| 1 2009-04-01: Version 1.1.6 | 14 2009-04-01: Version 1.1.6 |
| 2 | 15 |
| 3 Reverted an unsafe code generator change. | 16 Reverted an unsafe code generator change. |
| 4 | 17 |
| 5 | 18 |
| 6 2009-04-01: Version 1.1.5 | 19 2009-04-01: Version 1.1.5 |
| 7 | 20 |
| 8 Fixed bug that caused function literals to not be optimized as | 21 Fixed bug that caused function literals to not be optimized as |
| 9 much as other functions. | 22 much as other functions. |
| 10 | 23 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 Improved the stack information in profiles. | 39 Improved the stack information in profiles. |
| 27 | 40 |
| 28 Fixed bug in ARM port making it possible to compile the runtime | 41 Fixed bug in ARM port making it possible to compile the runtime |
| 29 system for thumb mode again. | 42 system for thumb mode again. |
| 30 | 43 |
| 31 Implemented a number of optimizations in the code generator. | 44 Implemented a number of optimizations in the code generator. |
| 32 | 45 |
| 33 Fixed a number of memory leaks in tests. | 46 Fixed a number of memory leaks in tests. |
| 34 | 47 |
| 35 Fixed crash bug in connection with script source code and external | 48 Fixed crash bug in connection with script source code and external |
| 36 » strings. | 49 strings. |
| 37 | 50 |
| 38 | 51 |
| 39 2009-03-24: Version 1.1.3 | 52 2009-03-24: Version 1.1.3 |
| 40 | 53 |
| 41 Fixed assertion failures in compilation of loop conditions. | 54 Fixed assertion failures in compilation of loop conditions. |
| 42 | 55 |
| 43 Removed STL dependency from developer shell (d8). | 56 Removed STL dependency from developer shell (d8). |
| 44 | 57 |
| 45 Added infrastructure for protecting the V8 heap from corruption | 58 Added infrastructure for protecting the V8 heap from corruption |
| 46 caused by memory modifications from the outside. | 59 caused by memory modifications from the outside. |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 | 767 |
| 755 Improved debugger support by allowing nested break points and by | 768 Improved debugger support by allowing nested break points and by |
| 756 dealing with stack-overflows when compiling functions before | 769 dealing with stack-overflows when compiling functions before |
| 757 setting break points in them. | 770 setting break points in them. |
| 758 | 771 |
| 759 | 772 |
| 760 2008-07-03: Version 0.1.0 | 773 2008-07-03: Version 0.1.0 |
| 761 | 774 |
| 762 Initial export. | 775 Initial export. |
| 763 | 776 |
| OLD | NEW |