OLD | NEW |
---|---|
1 2013-11-18: Version 3.23.6 | |
2 | |
3 Limit size of dehoistable array indices. | |
Jakob Kummerow
2013/11/18 08:49:51
nit: past tense please
| |
4 (Chromium issues 319835, 319860) | |
5 | |
6 Limit the size for typed arrays to MaxSmi. | |
Jakob Kummerow
2013/11/18 08:49:51
again
| |
7 (Chromium issue 319722) | |
8 | |
9 Performance and stability improvements on all platforms. | |
10 | |
11 | |
1 2013-11-15: Version 3.23.5 | 12 2013-11-15: Version 3.23.5 |
2 | 13 |
3 Fixed missing type feedback check for Generic*String addition. | 14 Fixed missing type feedback check for Generic*String addition. |
4 (Chromium issue 318671) | 15 (Chromium issue 318671) |
5 | 16 |
6 Fixed duplicate check in DependentCode::Insert. | 17 Fixed duplicate check in DependentCode::Insert. |
7 (Chromium issue 318454) | 18 (Chromium issue 318454) |
8 | 19 |
9 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
10 | 21 |
(...skipping 6226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6237 setting break points in them. | 6248 setting break points in them. |
6238 | 6249 |
6239 | 6250 |
6240 2008-07-03: Version 0.1.0 | 6251 2008-07-03: Version 0.1.0 |
6241 | 6252 |
6242 Initial export. | 6253 Initial export. |
6243 | 6254 |
6244 # Local Variables: | 6255 # Local Variables: |
6245 # mode:text | 6256 # mode:text |
6246 # End: | 6257 # End: |
OLD | NEW |