OLD | NEW |
| 1 2009-09-02: Version 1.3.9 |
| 2 |
| 3 Optimized stack guard checks on ARM. |
| 4 |
| 5 Optimized API operations by inlining more in the API. |
| 6 |
| 7 Optimized creation of objects from simple constructor functions. |
| 8 |
| 9 Enabled a number of missing optimizations in the 64-bit port. |
| 10 |
| 11 Implemented native-code support for regular expressions on ARM. |
| 12 |
| 13 Stopped using the 'sahf' instruction on 64-bit machines that do |
| 14 not support it. |
| 15 |
| 16 Fixed a bug in the support for forceful termination of JavaScript |
| 17 execution. |
| 18 |
| 19 |
1 2009-08-26: Version 1.3.8 | 20 2009-08-26: Version 1.3.8 |
2 | 21 |
3 Changed the handling of idle notifications to allow idle | 22 Changed the handling of idle notifications to allow idle |
4 notifications when V8 has not yet been initialized. | 23 notifications when V8 has not yet been initialized. |
5 | 24 |
6 Fixed ARM simulator compilation problem on Windows. | 25 Fixed ARM simulator compilation problem on Windows. |
7 | 26 |
8 | 27 |
9 2009-08-25: Version 1.3.7 | 28 2009-08-25: Version 1.3.7 |
10 | 29 |
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1201 | 1220 |
1202 Improved debugger support by allowing nested break points and by | 1221 Improved debugger support by allowing nested break points and by |
1203 dealing with stack-overflows when compiling functions before | 1222 dealing with stack-overflows when compiling functions before |
1204 setting break points in them. | 1223 setting break points in them. |
1205 | 1224 |
1206 | 1225 |
1207 2008-07-03: Version 0.1.0 | 1226 2008-07-03: Version 0.1.0 |
1208 | 1227 |
1209 Initial export. | 1228 Initial export. |
1210 | 1229 |
OLD | NEW |