OLD | NEW |
| 1 2013-03-20: Version 3.17.14 |
| 2 |
| 3 Use internal memcpy when initializing code objects. |
| 4 (Chromium issue 196330) |
| 5 |
| 6 Disabled weak embedded maps because of crashes. |
| 7 (Chromium issues 172489, 217858) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2013-03-19: Version 3.17.13 | 12 2013-03-19: Version 3.17.13 |
2 | 13 |
3 Turned Flags into a uint32_t typedef (Chromium issue 194749). | 14 Turned Flags into a uint32_t typedef (Chromium issue 194749). |
4 | 15 |
5 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
6 | 17 |
7 | 18 |
8 2013-03-18: Version 3.17.12 | 19 2013-03-18: Version 3.17.12 |
9 | 20 |
10 Unified kMaxArguments with number of bits used to encode it. | 21 Unified kMaxArguments with number of bits used to encode it. |
(...skipping 5218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5229 setting break points in them. | 5240 setting break points in them. |
5230 | 5241 |
5231 | 5242 |
5232 2008-07-03: Version 0.1.0 | 5243 2008-07-03: Version 0.1.0 |
5233 | 5244 |
5234 Initial export. | 5245 Initial export. |
5235 | 5246 |
5236 # Local Variables: | 5247 # Local Variables: |
5237 # mode:text | 5248 # mode:text |
5238 # End: | 5249 # End: |
OLD | NEW |