OLD | NEW |
| 1 2009-03-30: Version 1.1.4 |
| 2 |
| 3 Optimized String.prototype.match. |
| 4 |
| 5 Improved the stack information in profiles. |
| 6 |
| 7 Fixed bug in ARM port making it possible to compile the runtime |
| 8 system for thumb mode again. |
| 9 |
| 10 Implemented a number of optimizations in the code generator. |
| 11 |
| 12 Fixed a number of memory leaks in tests. |
| 13 |
| 14 Fixed crash bug in connection with script source code and external |
| 15 strings. |
| 16 |
| 17 |
1 2009-03-24: Version 1.1.3 | 18 2009-03-24: Version 1.1.3 |
2 | 19 |
3 Fixed assertion failures in compilation of loop conditions. | 20 Fixed assertion failures in compilation of loop conditions. |
4 | 21 |
5 Removed STL dependency from developer shell (d8). | 22 Removed STL dependency from developer shell (d8). |
6 | 23 |
7 Added infrastructure for protecting the V8 heap from corruption | 24 Added infrastructure for protecting the V8 heap from corruption |
8 caused by memory modifications from the outside. | 25 caused by memory modifications from the outside. |
9 | 26 |
10 | 27 |
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 | 733 |
717 Improved debugger support by allowing nested break points and by | 734 Improved debugger support by allowing nested break points and by |
718 dealing with stack-overflows when compiling functions before | 735 dealing with stack-overflows when compiling functions before |
719 setting break points in them. | 736 setting break points in them. |
720 | 737 |
721 | 738 |
722 2008-07-03: Version 0.1.0 | 739 2008-07-03: Version 0.1.0 |
723 | 740 |
724 Initial export. | 741 Initial export. |
725 | 742 |
OLD | NEW |