mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
Don't repeat generation sizes in the comments (they could get out of sync).
Copied from Perforce Change: 186827 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
358a3c5fc6
commit
37a15e8f3e
1 changed files with 3 additions and 3 deletions
|
|
@ -626,13 +626,13 @@
|
|||
/* Default chain for GC pools
|
||||
*
|
||||
* TODO: The default should be to measure liveness and make sensible
|
||||
* decisions.
|
||||
* decisions. See job003794.
|
||||
*/
|
||||
|
||||
#define ChainDEFAULT \
|
||||
{ \
|
||||
{ 8 * 1024, 0.85 }, /* 8MiB nursery */ \
|
||||
{ 36 * 1024, 0.45 } /* 32MiB second gen, after which dynamic */ \
|
||||
{ 8 * 1024, 0.85 }, /* nursery */ \
|
||||
{ 36 * 1024, 0.45 } /* second gen, after which dynamic */ \
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue