OLD | NEW |
| 1 2013-03-19: Version 3.17.13 |
| 2 |
| 3 Turned Flags into a uint32_t typedef (Chromium issue 194749). |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2013-03-18: Version 3.17.12 | 8 2013-03-18: Version 3.17.12 |
2 | 9 |
3 Unified kMaxArguments with number of bits used to encode it. | 10 Unified kMaxArguments with number of bits used to encode it. |
4 (Chromium issue 211741) | 11 (Chromium issue 211741) |
5 | 12 |
6 Fixed detection of |handle_smi| case in | 13 Fixed detection of |handle_smi| case in |
7 HOptimizedGraphBuilder::HandlePolymorphicCallNamed. | 14 HOptimizedGraphBuilder::HandlePolymorphicCallNamed. |
8 (Chromium issue 196583) | 15 (Chromium issue 196583) |
9 | 16 |
10 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
(...skipping 5211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5222 setting break points in them. | 5229 setting break points in them. |
5223 | 5230 |
5224 | 5231 |
5225 2008-07-03: Version 0.1.0 | 5232 2008-07-03: Version 0.1.0 |
5226 | 5233 |
5227 Initial export. | 5234 Initial export. |
5228 | 5235 |
5229 # Local Variables: | 5236 # Local Variables: |
5230 # mode:text | 5237 # mode:text |
5231 # End: | 5238 # End: |
OLD | NEW |