mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Address points made by rb in review <https://info.ravenbrook.com/mail/2016/03/14/18-48-19/0/>
Copied from Perforce Change: 190031 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
abb59fd3c8
commit
e034e7aeea
9 changed files with 42 additions and 33 deletions
|
|
@ -486,7 +486,7 @@ typedef struct TraceStruct {
|
|||
Size condemned; /* condemned bytes */
|
||||
Size notCondemned; /* collectable but not condemned */
|
||||
Size foundation; /* initial grey set size */
|
||||
Work quantumWork; /* collection work constituting a quantum */
|
||||
Work quantumWork; /* tracing work to be done in each poll */
|
||||
STATISTIC_DECL(Count greySegCount); /* number of grey segs */
|
||||
STATISTIC_DECL(Count greySegMax); /* max number of grey segs */
|
||||
STATISTIC_DECL(Count rootScanCount); /* number of roots scanned */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue