OLD | NEW |
| 1 2013-05-24: Version 3.19.4 |
| 2 |
| 3 Fixed edge case in stack trace formatting. (Chromium issue 237617) |
| 4 |
| 5 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium |
| 6 issue 240032) |
| 7 |
| 8 Made Object.freeze fast (issue 1858, Chromium issue 115960) |
| 9 |
| 10 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue |
| 11 242924) |
| 12 |
| 13 Performance and stability improvements on all platforms. |
| 14 |
| 15 |
1 2013-05-22: Version 3.19.3 | 16 2013-05-22: Version 3.19.3 |
2 | 17 |
3 Performance and stability improvements on all platforms. | 18 Performance and stability improvements on all platforms. |
4 | 19 |
5 | 20 |
6 2013-05-17: Version 3.19.2 | 21 2013-05-17: Version 3.19.2 |
7 | 22 |
8 Fill in one-word-fillers for the unused property fields | 23 Fill in one-word-fillers for the unused property fields |
9 (Chromium issue 240056). | 24 (Chromium issue 240056). |
10 | 25 |
(...skipping 5372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5383 setting break points in them. | 5398 setting break points in them. |
5384 | 5399 |
5385 | 5400 |
5386 2008-07-03: Version 0.1.0 | 5401 2008-07-03: Version 0.1.0 |
5387 | 5402 |
5388 Initial export. | 5403 Initial export. |
5389 | 5404 |
5390 # Local Variables: | 5405 # Local Variables: |
5391 # mode:text | 5406 # mode:text |
5392 # End: | 5407 # End: |
OLD | NEW |