mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
First version of adaptive heap sizing for pcc and mcc
This commit is contained in:
parent
d19366bea2
commit
2818958c59
17 changed files with 702 additions and 110 deletions
|
@ -12,7 +12,7 @@ struct gc_common_options {
|
|||
size_t heap_size;
|
||||
size_t maximum_heap_size;
|
||||
double heap_size_multiplier;
|
||||
double heap_frugality;
|
||||
double heap_expansiveness;
|
||||
int parallelism;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue