OLD | NEW |
| 1 2009-07-02: Version 1.2.11 |
| 2 |
| 3 Improved performance on IA-32 and ARM. |
| 4 |
| 5 Fixed profiler sampler implementation on Mac OS X. |
| 6 |
| 7 Changed the representation of global objects to improve |
| 8 performance of adding a lot of new properties. |
| 9 |
| 10 |
1 2009-06-29: Version 1.2.10 | 11 2009-06-29: Version 1.2.10 |
2 | 12 |
3 Improved debugger support. | 13 Improved debugger support. |
4 | 14 |
5 Fixed bug in exception message reporting (issue 390). | 15 Fixed bug in exception message reporting (issue 390). |
6 | 16 |
7 Improved overall performance. | 17 Improved overall performance. |
8 | 18 |
9 | 19 |
10 2009-06-23: Version 1.2.9 | 20 2009-06-23: Version 1.2.9 |
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 | 1009 |
1000 Improved debugger support by allowing nested break points and by | 1010 Improved debugger support by allowing nested break points and by |
1001 dealing with stack-overflows when compiling functions before | 1011 dealing with stack-overflows when compiling functions before |
1002 setting break points in them. | 1012 setting break points in them. |
1003 | 1013 |
1004 | 1014 |
1005 2008-07-03: Version 0.1.0 | 1015 2008-07-03: Version 0.1.0 |
1006 | 1016 |
1007 Initial export. | 1017 Initial export. |
1008 | 1018 |
OLD | NEW |