OLD | NEW |
| 1 2011-02-16: Version 3.1.5 |
| 2 |
| 3 Change RegExp parsing to disallow /(*)/. |
| 4 |
| 5 Added GDB JIT support for ARM. |
| 6 |
| 7 Fixed several crash bugs. |
| 8 |
| 9 Performance improvements on the IA32 platform. |
| 10 |
| 11 |
1 2011-02-14: Version 3.1.4 | 12 2011-02-14: Version 3.1.4 |
2 | 13 |
3 Fixed incorrect compare of prototypes of the global object (issue | 14 Fixed incorrect compare of prototypes of the global object (issue |
4 1082). | 15 1082). |
5 | 16 |
6 Fixed a bug in optimizing calls to global functions (issue 1106). | 17 Fixed a bug in optimizing calls to global functions (issue 1106). |
7 | 18 |
8 Made optimized Function.prototype.apply safe for non-JSObject first | 19 Made optimized Function.prototype.apply safe for non-JSObject first |
9 arguments (issue 1128). | 20 arguments (issue 1128). |
10 | 21 |
(...skipping 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2506 | 2517 |
2507 Improved debugger support by allowing nested break points and by | 2518 Improved debugger support by allowing nested break points and by |
2508 dealing with stack-overflows when compiling functions before | 2519 dealing with stack-overflows when compiling functions before |
2509 setting break points in them. | 2520 setting break points in them. |
2510 | 2521 |
2511 | 2522 |
2512 2008-07-03: Version 0.1.0 | 2523 2008-07-03: Version 0.1.0 |
2513 | 2524 |
2514 Initial export. | 2525 Initial export. |
2515 | 2526 |
OLD | NEW |