OLD | NEW |
| 1 2013-03-21: Version 3.17.15 |
| 2 |
| 3 Rolled back API changes to maintain compatibility with older |
| 4 3.17.x versions of V8. |
| 5 |
| 6 Disable zapping of global handles in release mode. |
| 7 |
| 8 Always mark the entire valid prefix of the descriptor array. |
| 9 (Chromium issue 196331) |
| 10 |
| 11 Use internal memcpy for CopyWords and when copying code. |
| 12 (Chromium issue 196330) |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
1 2013-03-20: Version 3.17.14 | 17 2013-03-20: Version 3.17.14 |
2 | 18 |
3 Use internal memcpy when initializing code objects. | 19 Use internal memcpy when initializing code objects. |
4 (Chromium issue 196330) | 20 (Chromium issue 196330) |
5 | 21 |
6 Disabled weak embedded maps because of crashes. | 22 Disabled weak embedded maps because of crashes. |
7 (Chromium issues 172489, 217858) | 23 (Chromium issues 172489, 217858) |
8 | 24 |
9 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
10 | 26 |
(...skipping 5229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5240 setting break points in them. | 5256 setting break points in them. |
5241 | 5257 |
5242 | 5258 |
5243 2008-07-03: Version 0.1.0 | 5259 2008-07-03: Version 0.1.0 |
5244 | 5260 |
5245 Initial export. | 5261 Initial export. |
5246 | 5262 |
5247 # Local Variables: | 5263 # Local Variables: |
5248 # mode:text | 5264 # mode:text |
5249 # End: | 5265 # End: |
OLD | NEW |