OLD | NEW |
| 1 2008-11-26: Version 0.4.4.1 |
| 2 |
| 3 Added the v8::jscre namespace around the jscre functions to avoid |
| 4 link errors (duplicate symbols) when building Google Chrome. |
| 5 |
| 6 |
1 2008-11-17: Version 0.4.4 | 7 2008-11-17: Version 0.4.4 |
2 | 8 |
3 Reduced code size by using shorter instruction encoding when | 9 Reduced code size by using shorter instruction encoding when |
4 possible. | 10 possible. |
5 | 11 |
6 Added a --help option to the shell sample and to the d8 shell. | 12 Added a --help option to the shell sample and to the d8 shell. |
7 | 13 |
8 Added visual studio project files for building the ARM simulator. | 14 Added visual studio project files for building the ARM simulator. |
9 | 15 |
10 Fixed a number of ARM simulator issues. | 16 Fixed a number of ARM simulator issues. |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 | 472 |
467 Improved debugger support by allowing nested break points and by | 473 Improved debugger support by allowing nested break points and by |
468 dealing with stack-overflows when compiling functions before | 474 dealing with stack-overflows when compiling functions before |
469 setting break points in them. | 475 setting break points in them. |
470 | 476 |
471 | 477 |
472 2008-07-03: Version 0.1.0 | 478 2008-07-03: Version 0.1.0 |
473 | 479 |
474 Initial export. | 480 Initial export. |
475 | 481 |
OLD | NEW |