Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-11-29: Version 3.7.11 | |
| 2 | |
| 3 Fix bug when generating padding to ensure space for lazy deoptimization. | |
|
Erik Corry
2011/11/29 14:15:22
Fix -> Fixed and below Implement->Implemented
Michael Starzinger
2011/11/29 14:22:05
Done.
| |
| 4 (issue 1846) | |
| 5 | |
| 6 Only sweep one page eagerly unless we are running out of space. Limit | |
|
Erik Corry
2011/11/29 14:15:22
Perhaps these should jsut be summed up as "Further
Michael Starzinger
2011/11/29 14:22:05
Done.
| |
| 7 the number of pages that are compacted in a given GC. | |
| 8 | |
| 9 Implement high promotion mode for new space. | |
| 10 | |
| 11 Stability and performance improvements on all platforms. | |
| 12 | |
| 13 | |
| 1 2011-11-23: Version 3.7.10 | 14 2011-11-23: Version 3.7.10 |
| 2 | 15 |
| 3 Set maximum length of FixedArray in terms of elements instead an | 16 Set maximum length of FixedArray in terms of elements instead an |
| 4 absolute number of bytes. | 17 absolute number of bytes. |
| 5 (Chromium issue 103103) | 18 (Chromium issue 103103) |
| 6 | 19 |
| 7 Stability and performance improvements on all platforms. | 20 Stability and performance improvements on all platforms. |
| 8 | 21 |
| 9 | 22 |
| 10 2011-11-21: Version 3.7.9 | 23 2011-11-21: Version 3.7.9 |
| (...skipping 3475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3486 setting break points in them. | 3499 setting break points in them. |
| 3487 | 3500 |
| 3488 | 3501 |
| 3489 2008-07-03: Version 0.1.0 | 3502 2008-07-03: Version 0.1.0 |
| 3490 | 3503 |
| 3491 Initial export. | 3504 Initial export. |
| 3492 | 3505 |
| 3493 # Local Variables: | 3506 # Local Variables: |
| 3494 # mode:text | 3507 # mode:text |
| 3495 # End: | 3508 # End: |
| OLD | NEW |