OLD | NEW |
| 1 2009-02-27: Version 1.0.3 |
| 2 |
| 3 Optimized double-to-integer conversions in bit operations by using |
| 4 SSE3 instructions if available. |
| 5 |
| 6 Optimized initialization sequences that store to multiple |
| 7 properties of the same object. |
| 8 |
| 9 Changed the D8 debugger frontend to use JSON messages. |
| 10 |
| 11 Align code objects at 32-byte boundaries. |
| 12 |
| 13 |
1 2009-02-25: Version 1.0.2 | 14 2009-02-25: Version 1.0.2 |
2 | 15 |
3 Improved profiling support by performing simple call stack | 16 Improved profiling support by performing simple call stack |
4 sampling for ticks and by fixing a bug in the logging of code | 17 sampling for ticks and by fixing a bug in the logging of code |
5 addresses. | 18 addresses. |
6 | 19 |
7 Fixed a number of debugger issues. | 20 Fixed a number of debugger issues. |
8 | 21 |
9 Optimized code that uses eval. | 22 Optimized code that uses eval. |
10 | 23 |
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 | 640 |
628 Improved debugger support by allowing nested break points and by | 641 Improved debugger support by allowing nested break points and by |
629 dealing with stack-overflows when compiling functions before | 642 dealing with stack-overflows when compiling functions before |
630 setting break points in them. | 643 setting break points in them. |
631 | 644 |
632 | 645 |
633 2008-07-03: Version 0.1.0 | 646 2008-07-03: Version 0.1.0 |
634 | 647 |
635 Initial export. | 648 Initial export. |
636 | 649 |
OLD | NEW |