| OLD | NEW |
| 1 2011-08-15: Version 3.5.5 |
| 2 |
| 3 Fixed bugs involving negative zero and the optimizing compiler. |
| 4 |
| 5 Fixed optimized version of Function.apply(x, arguments). (issue 1592) |
| 6 |
| 7 Eliminated uses of deprecated ARM instructions. |
| 8 |
| 9 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32. |
| 10 |
| 11 Removed restriction on the size of disassembled code that is printed. |
| 12 |
| 13 |
| 1 2011-08-10: Version 3.5.4 | 14 2011-08-10: Version 3.5.4 |
| 2 | 15 |
| 3 Added a preliminary implementation of ES Harmony weak maps. Weak | 16 Added a preliminary implementation of ES Harmony weak maps. Weak |
| 4 maps can be enabled by the flag --harmony-weakmaps. | 17 maps can be enabled by the flag --harmony-weakmaps. |
| 5 | 18 |
| 6 Introduced a toplevel Makefile to support GYP-based building. GYP | 19 Introduced a toplevel Makefile to support GYP-based building. GYP |
| 7 can be obtained from http://gyp.googlecode.com. | 20 can be obtained from http://gyp.googlecode.com. |
| 8 | 21 |
| 9 Fixed a bug in the length property of functions created by | 22 Fixed a bug in the length property of functions created by |
| 10 Function.prototype.bind. | 23 Function.prototype.bind. |
| (...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3152 setting break points in them. | 3165 setting break points in them. |
| 3153 | 3166 |
| 3154 | 3167 |
| 3155 2008-07-03: Version 0.1.0 | 3168 2008-07-03: Version 0.1.0 |
| 3156 | 3169 |
| 3157 Initial export. | 3170 Initial export. |
| 3158 | 3171 |
| 3159 # Local Variables: | 3172 # Local Variables: |
| 3160 # mode:text | 3173 # mode:text |
| 3161 # End: | 3174 # End: |
| OLD | NEW |