OLD | NEW |
| 1 2009-06-29: Version 1.2.10 |
| 2 |
| 3 Improved debugger support. |
| 4 |
| 5 Fixed bug in exception message reporting. |
| 6 |
| 7 Improved overall performance. |
| 8 |
| 9 |
1 2009-06-23: Version 1.2.9 | 10 2009-06-23: Version 1.2.9 |
2 | 11 |
3 Improved math performance on ARM. | 12 Improved math performance on ARM. |
4 | 13 |
5 Fixed profiler name-inference bug. | 14 Fixed profiler name-inference bug. |
6 | 15 |
7 Fixed handling of shared libraries in the profiler tick processor | 16 Fixed handling of shared libraries in the profiler tick processor |
8 scripts. | 17 scripts. |
9 | 18 |
10 Fixed handling of tests that time out in the test scripts. | 19 Fixed handling of tests that time out in the test scripts. |
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 | 999 |
991 Improved debugger support by allowing nested break points and by | 1000 Improved debugger support by allowing nested break points and by |
992 dealing with stack-overflows when compiling functions before | 1001 dealing with stack-overflows when compiling functions before |
993 setting break points in them. | 1002 setting break points in them. |
994 | 1003 |
995 | 1004 |
996 2008-07-03: Version 0.1.0 | 1005 2008-07-03: Version 0.1.0 |
997 | 1006 |
998 Initial export. | 1007 Initial export. |
999 | 1008 |
OLD | NEW |