| OLD | NEW |
| 1 2011-05-18: Version 3.3.8 |
| 2 |
| 3 Add MarkIndependent to the persistent handle API. Independent |
| 4 handles are independent of all other persistent handles and can be |
| 5 garbage collected more frequently. |
| 6 |
| 7 Implement the get trap for Harmony proxies. Proxies are enabled |
| 8 with the --harmony-proxies flag. |
| 9 |
| 10 Performance improvements and bug fixes on all platforms. |
| 11 |
| 12 |
| 1 2011-05-16: Version 3.3.7 | 13 2011-05-16: Version 3.3.7 |
| 2 | 14 |
| 3 Updated MIPS infrastructure files. | 15 Updated MIPS infrastructure files. |
| 4 | 16 |
| 5 Performance improvements and bug fixes on all platforms. | 17 Performance improvements and bug fixes on all platforms. |
| 6 | 18 |
| 7 | 19 |
| 8 2011-05-11: Version 3.3.6 | 20 2011-05-11: Version 3.3.6 |
| 9 | 21 |
| 10 Updated MIPS infrastructure files. | 22 Updated MIPS infrastructure files. |
| (...skipping 2771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2782 | 2794 |
| 2783 Improved debugger support by allowing nested break points and by | 2795 Improved debugger support by allowing nested break points and by |
| 2784 dealing with stack-overflows when compiling functions before | 2796 dealing with stack-overflows when compiling functions before |
| 2785 setting break points in them. | 2797 setting break points in them. |
| 2786 | 2798 |
| 2787 | 2799 |
| 2788 2008-07-03: Version 0.1.0 | 2800 2008-07-03: Version 0.1.0 |
| 2789 | 2801 |
| 2790 Initial export. | 2802 Initial export. |
| 2791 | 2803 |
| OLD | NEW |