OLD | NEW |
| 1 2011-11-07: Version 3.7.4 |
| 2 |
| 3 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786). |
| 4 |
| 5 Fix Harmony sets and maps to allow null and undefined as keys (issue 162
2). |
| 6 |
| 7 Implement VirtualMemory on FreeBSD to fix build (issue 1807). |
| 8 |
| 9 Enable VFP instructions for Android. |
| 10 |
| 11 Fix error handling in Date.prototype.toISOString (issue 1792). |
| 12 |
| 13 Bug fixes and performance improvements for all platforms. |
| 14 |
| 15 Not officially supported but noteworthy: Crankshaft for MIPS :-) |
| 16 |
| 17 |
1 2011-10-28: Version 3.7.3 | 18 2011-10-28: Version 3.7.3 |
2 | 19 |
3 Slight deoptimization as a workaround for issue with jslint: Issue | 20 Slight deoptimization as a workaround for issue with jslint: Issue |
4 1789. | 21 1789. |
5 | 22 |
6 | 23 |
7 2011-10-27: Version 3.7.2 | 24 2011-10-27: Version 3.7.2 |
8 | 25 |
9 Fix bug in deoptimization. Known issue with jslint: Issue 1789. | 26 Fix bug in deoptimization. Known issue with jslint: Issue 1789. |
10 | 27 |
(...skipping 3400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3411 setting break points in them. | 3428 setting break points in them. |
3412 | 3429 |
3413 | 3430 |
3414 2008-07-03: Version 0.1.0 | 3431 2008-07-03: Version 0.1.0 |
3415 | 3432 |
3416 Initial export. | 3433 Initial export. |
3417 | 3434 |
3418 # Local Variables: | 3435 # Local Variables: |
3419 # mode:text | 3436 # mode:text |
3420 # End: | 3437 # End: |
OLD | NEW |