OLD | NEW |
| 1 2013-05-17: Version 3.19.2 |
| 2 |
| 3 Fill in one-word-fillers for the unused property fields |
| 4 (Chromium issue 240056). |
| 5 |
| 6 Removed use_system_v8 logic from the mainline gyp file |
| 7 (Chromium issue 226860). |
| 8 |
| 9 Skip CPU profiler samples where top function's stack frame is not |
| 10 set up properly (issue 2628). |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-05-14: Version 3.19.1 | 15 2013-05-14: Version 3.19.1 |
2 | 16 |
3 Fixed missing hole check for loads from Smi arrays when all uses are | 17 Fixed missing hole check for loads from Smi arrays when all uses are |
4 changes (Chromium issue 233737) | 18 changes (Chromium issue 233737) |
5 | 19 |
6 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
7 | 21 |
8 | 22 |
9 2013-05-10: Version 3.19.0 | 23 2013-05-10: Version 3.19.0 |
10 | 24 |
(...skipping 5353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5364 setting break points in them. | 5378 setting break points in them. |
5365 | 5379 |
5366 | 5380 |
5367 2008-07-03: Version 0.1.0 | 5381 2008-07-03: Version 0.1.0 |
5368 | 5382 |
5369 Initial export. | 5383 Initial export. |
5370 | 5384 |
5371 # Local Variables: | 5385 # Local Variables: |
5372 # mode:text | 5386 # mode:text |
5373 # End: | 5387 # End: |
OLD | NEW |