| OLD | NEW |
| 1 2011-08-17: Version 3.5.6 |
| 2 |
| 3 Fixed issue that could cause crashes when running with --heap-stats. |
| 4 |
| 5 Fixed compilation on Linux 2.6.9 and older. |
| 6 |
| 7 Fixed live-object-list to work with isolates. |
| 8 |
| 9 Fixed memory leaks in zones and isolates. |
| 10 |
| 11 Fixed a performance regression for TypedArrays on x64. |
| 12 |
| 13 Stability improvements on all platforms. |
| 14 |
| 15 |
| 1 2011-08-15: Version 3.5.5 | 16 2011-08-15: Version 3.5.5 |
| 2 | 17 |
| 3 Fixed bugs involving negative zero and the optimizing compiler. | 18 Fixed bugs involving negative zero and the optimizing compiler. |
| 4 | 19 |
| 5 Fixed optimized version of Function.apply(x, arguments). (issue 1592) | 20 Fixed optimized version of Function.apply(x, arguments). (issue 1592) |
| 6 | 21 |
| 7 Eliminated uses of deprecated ARM instructions. | 22 Eliminated uses of deprecated ARM instructions. |
| 8 | 23 |
| 9 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32. | 24 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32. |
| 10 | 25 |
| (...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3165 setting break points in them. | 3180 setting break points in them. |
| 3166 | 3181 |
| 3167 | 3182 |
| 3168 2008-07-03: Version 0.1.0 | 3183 2008-07-03: Version 0.1.0 |
| 3169 | 3184 |
| 3170 Initial export. | 3185 Initial export. |
| 3171 | 3186 |
| 3172 # Local Variables: | 3187 # Local Variables: |
| 3173 # mode:text | 3188 # mode:text |
| 3174 # End: | 3189 # End: |
| OLD | NEW |