| OLD | NEW |
| 1 2011-11-10: Version 3.7.5 |
| 2 |
| 3 Added initial gyp infrastructure for MIPS. |
| 4 |
| 5 Implemented performance improvements to the incremental garbage |
| 6 collector. |
| 7 |
| 8 Added optimizations and stability improvements on all platforms. |
| 9 |
| 10 |
| 1 2011-11-07: Version 3.7.4 | 11 2011-11-07: Version 3.7.4 |
| 2 | 12 |
| 3 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786). | 13 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786). |
| 4 | 14 |
| 5 Fix Harmony sets and maps to allow null and undefined as keys | 15 Fix Harmony sets and maps to allow null and undefined as keys |
| 6 (still hidden behind --harmony flag) (issue 1622). | 16 (still hidden behind --harmony flag) (issue 1622). |
| 7 | 17 |
| 8 Implement VirtualMemory on FreeBSD to fix build (issue 1807). | 18 Implement VirtualMemory on FreeBSD to fix build (issue 1807). |
| 9 | 19 |
| 10 Enable VFP instructions for Android. | 20 Enable VFP instructions for Android. |
| (...skipping 3418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3429 setting break points in them. | 3439 setting break points in them. |
| 3430 | 3440 |
| 3431 | 3441 |
| 3432 2008-07-03: Version 0.1.0 | 3442 2008-07-03: Version 0.1.0 |
| 3433 | 3443 |
| 3434 Initial export. | 3444 Initial export. |
| 3435 | 3445 |
| 3436 # Local Variables: | 3446 # Local Variables: |
| 3437 # mode:text | 3447 # mode:text |
| 3438 # End: | 3448 # End: |
| OLD | NEW |