mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added a note about memory growth
This commit is contained in:
parent
8d8ce71c92
commit
398c553101
1 changed files with 6 additions and 0 deletions
6
TODO
6
TODO
|
@ -4,6 +4,12 @@ Tier 1:
|
|||
- Performance - most likely need CPS optimization and closure elimination
|
||||
- pass larceny benchmarks (will require some bugfixes):
|
||||
|
||||
TODO: sboyer finishes in a reasonable amount of time now, but the collector's memory growth is
|
||||
not being limited. need to test, but I think disabling the growth code after collection
|
||||
is throwing off the collector's memory ratios and causing each major collection to first
|
||||
'bump' gc_grow_heap. anyway, need to figure this out
|
||||
|
||||
|
||||
benchmarks that do not finish due to
|
||||
missing features:
|
||||
- gcbench.scm - Needed to manually import (srfi 9)
|
||||
|
|
Loading…
Add table
Reference in a new issue