OLD | NEW |
| 1 2009-07-13: Version 1.2.14 |
| 2 |
| 3 Added separate paged heap space for global property cells and |
| 4 avoid updating the write barrier when storing into them. |
| 5 |
| 6 Improved peep-hole optimization on ARM platforms by not emitting |
| 7 unnecessary debug information. |
| 8 |
| 9 Re-enabled ICs for loads and calls that skip a global object |
| 10 during lookup through the prototype chain. |
| 11 |
| 12 Allowed access through global proxies to use ICs. |
| 13 |
| 14 Fixed issue 401. |
| 15 |
| 16 |
1 2009-07-09: Version 1.2.13 | 17 2009-07-09: Version 1.2.13 |
2 | 18 |
3 Fixed issue 397, issue 398, and issue 399. | 19 Fixed issue 397, issue 398, and issue 399. |
4 | 20 |
5 Added support for breakpoint groups. | 21 Added support for breakpoint groups. |
6 | 22 |
7 Fixed bugs introduced with the new global object representation. | 23 Fixed bugs introduced with the new global object representation. |
8 | 24 |
9 Fixed a few bugs in the ARM code generator. | 25 Fixed a few bugs in the ARM code generator. |
10 | 26 |
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 | 1049 |
1034 Improved debugger support by allowing nested break points and by | 1050 Improved debugger support by allowing nested break points and by |
1035 dealing with stack-overflows when compiling functions before | 1051 dealing with stack-overflows when compiling functions before |
1036 setting break points in them. | 1052 setting break points in them. |
1037 | 1053 |
1038 | 1054 |
1039 2008-07-03: Version 0.1.0 | 1055 2008-07-03: Version 0.1.0 |
1040 | 1056 |
1041 Initial export. | 1057 Initial export. |
1042 | 1058 |
OLD | NEW |