OLD | NEW |
| 1 2009-08-05: Version 1.3.2 |
| 2 |
| 3 Started new compiler infrastructure for two-pass compilation using a |
| 4 control flow graph constructed from the AST. |
| 5 |
| 6 Profiler stack sampling for X64. |
| 7 |
| 8 Safe handling of NaN to Posix platform-dependent time functions. |
| 9 |
| 10 Added a new profiler control API to unify controlling various aspects |
| 11 of profiling. |
| 12 |
| 13 Fixed issue 392. |
| 14 |
| 15 |
1 2009-07-30: Version 1.3.1 | 16 2009-07-30: Version 1.3.1 |
2 | 17 |
3 Speed improvements to accessors and interceptors. | 18 Speed improvements to accessors and interceptors. |
4 | 19 |
5 Added support for capturing stack information on custom errors. | 20 Added support for capturing stack information on custom errors. |
6 | 21 |
7 Added support for morphing an object into a pixel array where its | 22 Added support for morphing an object into a pixel array where its |
8 indexed properties are stored in an external byte array. Values written | 23 indexed properties are stored in an external byte array. Values written |
9 are always clamped to the 0..255 interval. | 24 are always clamped to the 0..255 interval. |
10 | 25 |
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 | 1111 |
1097 Improved debugger support by allowing nested break points and by | 1112 Improved debugger support by allowing nested break points and by |
1098 dealing with stack-overflows when compiling functions before | 1113 dealing with stack-overflows when compiling functions before |
1099 setting break points in them. | 1114 setting break points in them. |
1100 | 1115 |
1101 | 1116 |
1102 2008-07-03: Version 0.1.0 | 1117 2008-07-03: Version 0.1.0 |
1103 | 1118 |
1104 Initial export. | 1119 Initial export. |
1105 | 1120 |
OLD | NEW |