OLD | NEW |
---|---|
1 2011-02-24: Version 3.1.6 | |
2 | |
3 Fixed a number of crash bugs. | |
4 | |
5 Added support for Cygwin (issue 64). | |
6 | |
7 Improved Crankshaft for x64 and ARM. | |
8 | |
9 Added Crankshaft support for stores to pixel arrays. | |
10 | |
11 Fixed issue in CPU profiler with Crankshaft. | |
12 | |
Søren Thygesen Gjesse
2011/02/24 09:52:56
Please add another empty line here.
| |
1 2011-02-16: Version 3.1.5 | 13 2011-02-16: Version 3.1.5 |
2 | 14 |
3 Change RegExp parsing to disallow /(*)/. | 15 Change RegExp parsing to disallow /(*)/. |
4 | 16 |
5 Added GDB JIT support for ARM. | 17 Added GDB JIT support for ARM. |
6 | 18 |
7 Fixed several crash bugs. | 19 Fixed several crash bugs. |
8 | 20 |
9 Performance improvements on the IA32 platform. | 21 Performance improvements on the IA32 platform. |
10 | 22 |
(...skipping 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2517 | 2529 |
2518 Improved debugger support by allowing nested break points and by | 2530 Improved debugger support by allowing nested break points and by |
2519 dealing with stack-overflows when compiling functions before | 2531 dealing with stack-overflows when compiling functions before |
2520 setting break points in them. | 2532 setting break points in them. |
2521 | 2533 |
2522 | 2534 |
2523 2008-07-03: Version 0.1.0 | 2535 2008-07-03: Version 0.1.0 |
2524 | 2536 |
2525 Initial export. | 2537 Initial export. |
2526 | 2538 |
OLD | NEW |