OLD | NEW |
---|---|
1 2012-03-06: Version 3.9.15 | |
2 | |
3 Fix the heap profiler crash caused by memory layout changes between | |
4 passes. | |
5 | |
6 Fix Error.prototype.toString to throw TypeError. (issue 1980) | |
7 | |
8 Fix double-rounding in strtod for MinGW. (issue 1062) | |
Yang
2012/03/06 08:34:17
"Original patch by Jonathan Liu <net147@gmail.com>
| |
9 | |
10 Set x86 FPU precision to 64-bit for MinGW. Original patch by Jonathan | |
11 Liu <net147@gmail.com>. (issue 1062) | |
Yang
2012/03/06 08:34:17
This has been reverted, so remove this line.
| |
12 | |
13 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985) | |
14 | |
15 Performance and stability improvements on all platforms. | |
16 | |
17 | |
1 2012-03-01: Version 3.9.14 | 18 2012-03-01: Version 3.9.14 |
2 | 19 |
3 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
4 | 21 |
5 | 22 |
6 2012-02-29: Version 3.9.13 | 23 2012-02-29: Version 3.9.13 |
7 | 24 |
8 Added code kind check before preparing for OSR. (issue 1900, 115073) | 25 Added code kind check before preparing for OSR. (issue 1900, 115073) |
9 | 26 |
10 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and | 27 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and |
(...skipping 3802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3813 setting break points in them. | 3830 setting break points in them. |
3814 | 3831 |
3815 | 3832 |
3816 2008-07-03: Version 0.1.0 | 3833 2008-07-03: Version 0.1.0 |
3817 | 3834 |
3818 Initial export. | 3835 Initial export. |
3819 | 3836 |
3820 # Local Variables: | 3837 # Local Variables: |
3821 # mode:text | 3838 # mode:text |
3822 # End: | 3839 # End: |
OLD | NEW |