OLD | NEW |
| 1 2011-10-10: Version 3.6.6 |
| 2 |
| 3 Added a GC pause visualization tool. |
| 4 |
| 5 Added presubmit=no and werror=no flags to Makefile. |
| 6 |
| 7 ES5/Test262 conformance improvements. |
| 8 |
| 9 Fixed compilation issues with GCC 4.5.x. (issue 1743) |
| 10 |
| 11 Bug fixes and performance improvements on all platforms. |
| 12 |
| 13 |
1 2011-10-05: Version 3.6.5 | 14 2011-10-05: Version 3.6.5 |
2 | 15 |
3 New incremental garbage collector. | 16 New incremental garbage collector. |
4 | 17 |
5 Removed the hard heap size limit (soft heap size limit is still | 18 Removed the hard heap size limit (soft heap size limit is still |
6 700/1400Mbytes by default). | 19 700/1400Mbytes by default). |
7 | 20 |
8 Implemented ES5 generic Array.prototype.toString (Issue 1361). | 21 Implemented ES5 generic Array.prototype.toString (Issue 1361). |
9 | 22 |
10 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415). | 23 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415). |
(...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3326 setting break points in them. | 3339 setting break points in them. |
3327 | 3340 |
3328 | 3341 |
3329 2008-07-03: Version 0.1.0 | 3342 2008-07-03: Version 0.1.0 |
3330 | 3343 |
3331 Initial export. | 3344 Initial export. |
3332 | 3345 |
3333 # Local Variables: | 3346 # Local Variables: |
3334 # mode:text | 3347 # mode:text |
3335 # End: | 3348 # End: |
OLD | NEW |