OLD | NEW |
| 1 2013-10-24: Version 3.22.21 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2013-10-24: Version 3.22.20 | 6 2013-10-24: Version 3.22.20 |
2 | 7 |
3 Made Array.prototype.pop throw if the last element is not configurable. | 8 Made Array.prototype.pop throw if the last element is not configurable. |
4 | 9 |
5 Fixed HObjectAccess for loads from migrating prototypes. | 10 Fixed HObjectAccess for loads from migrating prototypes. |
6 (Chromium issue 305309) | 11 (Chromium issue 305309) |
7 | 12 |
8 Enabled preaging of code objects when --optimize-for-size. | 13 Enabled preaging of code objects when --optimize-for-size. |
9 (Chromium issue 280984) | 14 (Chromium issue 280984) |
10 | 15 |
(...skipping 6130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6141 setting break points in them. | 6146 setting break points in them. |
6142 | 6147 |
6143 | 6148 |
6144 2008-07-03: Version 0.1.0 | 6149 2008-07-03: Version 0.1.0 |
6145 | 6150 |
6146 Initial export. | 6151 Initial export. |
6147 | 6152 |
6148 # Local Variables: | 6153 # Local Variables: |
6149 # mode:text | 6154 # mode:text |
6150 # End: | 6155 # End: |
OLD | NEW |