OLD | NEW |
| 1 2012-05-11: Version 3.11.0 |
| 2 |
| 3 Fixed compose-discard crasher from r11524 (issue 2123). |
| 4 |
| 5 Activated new global semantics by default. Global variables can |
| 6 now shadow properties of the global object (ES5.1 erratum). |
| 7 |
| 8 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when |
| 9 transitioning (Chromium issue 117409). |
| 10 |
| 11 Made Error.prototype.name writable again, as required by the spec and |
| 12 the web (Chromium issue 69187). |
| 13 |
| 14 Implemented map collection with incremental marking (issue 1465). |
| 15 |
| 16 Regexp: Fixed overflow in min-match-length calculation |
| 17 (Chromium issue 126412). |
| 18 |
| 19 MIPS: Fixed illegal instruction use on Loongson in code for |
| 20 Math.random() (issue 2115). |
| 21 |
| 22 Fixed crash bug in VisitChoice (Chromium issue 126272). |
| 23 |
| 24 Fixed unsigned-Smi check in MappedArgumentsLookup |
| 25 (Chromium issue 126414). |
| 26 |
| 27 Fixed LiveEdit for function with no locals (issue 825). |
| 28 |
| 29 Fixed register clobbering in LoadIC for interceptors |
| 30 (Chromium issue 125988). |
| 31 |
| 32 Implemented clearing of CompareICs (issue 2102). |
| 33 |
| 34 Performance and stability improvements on all platforms. |
| 35 |
| 36 |
1 2012-05-03: Version 3.10.8 | 37 2012-05-03: Version 3.10.8 |
2 | 38 |
3 Enabled MIPS cross-compilation. | 39 Enabled MIPS cross-compilation. |
4 | 40 |
5 Ensured reload of elements pointer in StoreFastDoubleElement stub. | 41 Ensured reload of elements pointer in StoreFastDoubleElement stub. |
6 (Chromium issue 125515) | 42 (Chromium issue 125515) |
7 | 43 |
8 Fixed corner cases in truncation behavior when storing to | 44 Fixed corner cases in truncation behavior when storing to |
9 TypedArrays. (issue 2110) | 45 TypedArrays. (issue 2110) |
10 | 46 |
(...skipping 4077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4088 setting break points in them. | 4124 setting break points in them. |
4089 | 4125 |
4090 | 4126 |
4091 2008-07-03: Version 0.1.0 | 4127 2008-07-03: Version 0.1.0 |
4092 | 4128 |
4093 Initial export. | 4129 Initial export. |
4094 | 4130 |
4095 # Local Variables: | 4131 # Local Variables: |
4096 # mode:text | 4132 # mode:text |
4097 # End: | 4133 # End: |
OLD | NEW |