OLD | NEW |
| 1 2009-09-15: Version 1.3.11 |
| 2 |
| 3 Fixed crash in error reporting during bootstrapping. |
| 4 |
| 5 Optimized generated IA32 math code by using SSE2 instructions when |
| 6 available. |
| 7 |
| 8 Implemented missing pieces of debugger infrastructure on ARM. The |
| 9 debugger is now fully functional on ARM. |
| 10 |
| 11 Make 'hidden' the default visibility for gcc. |
| 12 |
| 13 |
1 2009-09-09: Version 1.3.10 | 14 2009-09-09: Version 1.3.10 |
2 | 15 |
3 Fixed profiler on Mac in 64-bit mode. | 16 Fixed profiler on Mac in 64-bit mode. |
4 | 17 |
5 Optimized creation of objects from simple constructor functions on | 18 Optimized creation of objects from simple constructor functions on |
6 ARM. | 19 ARM. |
7 | 20 |
8 Fixed a number of debugger issues. | 21 Fixed a number of debugger issues. |
9 | 22 |
10 Reduced the amount of memory consumed by V8. | 23 Reduced the amount of memory consumed by V8. |
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 | 1245 |
1233 Improved debugger support by allowing nested break points and by | 1246 Improved debugger support by allowing nested break points and by |
1234 dealing with stack-overflows when compiling functions before | 1247 dealing with stack-overflows when compiling functions before |
1235 setting break points in them. | 1248 setting break points in them. |
1236 | 1249 |
1237 | 1250 |
1238 2008-07-03: Version 0.1.0 | 1251 2008-07-03: Version 0.1.0 |
1239 | 1252 |
1240 Initial export. | 1253 Initial export. |
1241 | 1254 |
OLD | NEW |