OLD | NEW |
| 1 2009-09-09: Version 1.3.10 |
| 2 |
| 3 Fixed profiler on Mac in 64-bit mode. |
| 4 |
| 5 Optimized creation of objects from simple constructor functions on |
| 6 ARM. |
| 7 |
| 8 Fixed a number of debugger issues. |
| 9 |
| 10 Reduced the amount of memory consumed by V8. |
| 11 |
| 12 |
1 2009-09-02: Version 1.3.9 | 13 2009-09-02: Version 1.3.9 |
2 | 14 |
3 Optimized stack guard checks on ARM. | 15 Optimized stack guard checks on ARM. |
4 | 16 |
5 Optimized API operations by inlining more in the API. | 17 Optimized API operations by inlining more in the API. |
6 | 18 |
7 Optimized creation of objects from simple constructor functions. | 19 Optimized creation of objects from simple constructor functions. |
8 | 20 |
9 Enabled a number of missing optimizations in the 64-bit port. | 21 Enabled a number of missing optimizations in the 64-bit port. |
10 | 22 |
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1220 | 1232 |
1221 Improved debugger support by allowing nested break points and by | 1233 Improved debugger support by allowing nested break points and by |
1222 dealing with stack-overflows when compiling functions before | 1234 dealing with stack-overflows when compiling functions before |
1223 setting break points in them. | 1235 setting break points in them. |
1224 | 1236 |
1225 | 1237 |
1226 2008-07-03: Version 0.1.0 | 1238 2008-07-03: Version 0.1.0 |
1227 | 1239 |
1228 Initial export. | 1240 Initial export. |
1229 | 1241 |
OLD | NEW |