OLD | NEW |
| 1 2011-08-10: Version 3.5.4 |
| 2 |
| 3 Added a preliminary implementation of ES Harmony weak maps. Weak |
| 4 maps can be enabled by the flag --harmony-weakmaps. |
| 5 |
| 6 Introduced a toplevel Makefile to support GYP-based building. GYP |
| 7 can be obtained from http://gyp.googlecode.com. |
| 8 |
| 9 Fixed a bug in the length property of functions created by |
| 10 Function.prototype.bind. |
| 11 |
| 12 Reduced malloc heap allocation on process startup. |
| 13 |
| 14 Several important code generation bug fixes. |
| 15 |
| 16 Performance improvements on all platforms. |
| 17 |
| 18 |
1 2011-08-03: Version 3.5.3 | 19 2011-08-03: Version 3.5.3 |
2 | 20 |
3 MIPS: Port of fix to ClassOf check from ARM. | 21 MIPS: Port of fix to ClassOf check from ARM. |
4 Patch from Paul Lind <plind44@gmail.com>. | 22 Patch from Paul Lind <plind44@gmail.com>. |
5 | 23 |
6 Stopped using mprotect on Cygwin. | 24 Stopped using mprotect on Cygwin. |
7 Avoided uninitialized member warning on gcc 4.3.4 | 25 Avoided uninitialized member warning on gcc 4.3.4 |
8 Both patches by Bert Belder. | 26 Both patches by Bert Belder. |
9 | 27 |
10 Bug fixes and performance improvements on all platforms. | 28 Bug fixes and performance improvements on all platforms. |
(...skipping 3123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3134 setting break points in them. | 3152 setting break points in them. |
3135 | 3153 |
3136 | 3154 |
3137 2008-07-03: Version 0.1.0 | 3155 2008-07-03: Version 0.1.0 |
3138 | 3156 |
3139 Initial export. | 3157 Initial export. |
3140 | 3158 |
3141 # Local Variables: | 3159 # Local Variables: |
3142 # mode:text | 3160 # mode:text |
3143 # End: | 3161 # End: |
OLD | NEW |