OLD | NEW |
| 1 2013-04-24: Version 3.18.3 |
| 2 |
| 3 Exposed the GC under a name that is less collision prone than window.gc. |
| 4 (issue 2641) |
| 5 |
| 6 Do not emit double values at their use sites. (Chromium issue 234101) |
| 7 |
| 8 Added methods to allow resuming execution after calling |
| 9 TerminateExecution(). (issue 2361) |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-04-22: Version 3.18.2 | 14 2013-04-22: Version 3.18.2 |
2 | 15 |
3 OS::MemMove/OS::MemCopy: Don't call through to generated code when size | 16 OS::MemMove/OS::MemCopy: Don't call through to generated code when size |
4 == 0 to avoid prefetching invalid memory (Chromium issue 233500) | 17 == 0 to avoid prefetching invalid memory (Chromium issue 233500) |
5 | 18 |
6 Removed heap snapshot size limit. (Chromium issue 232305) | 19 Removed heap snapshot size limit. (Chromium issue 232305) |
7 | 20 |
8 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
9 | 22 |
10 | 23 |
(...skipping 5296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5307 setting break points in them. | 5320 setting break points in them. |
5308 | 5321 |
5309 | 5322 |
5310 2008-07-03: Version 0.1.0 | 5323 2008-07-03: Version 0.1.0 |
5311 | 5324 |
5312 Initial export. | 5325 Initial export. |
5313 | 5326 |
5314 # Local Variables: | 5327 # Local Variables: |
5315 # mode:text | 5328 # mode:text |
5316 # End: | 5329 # End: |
OLD | NEW |