-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
future improvementIssues that have a work around right now, but can be better solved in the futureIssues that have a work around right now, but can be better solved in the future
Description
Currently SPI finds free intervals between objects and tries to find a free interval for each CodeObject. A better memory allocation mechanism should be developed.
Ideally we should have a single pool of memory for all CodeObject, and memory allocation requests would look for a chunk of memory within a specific range. When this pool runs out of memory, we would mmap more memory from the free intervals based on the /proc/$pid/maps file.
Right now we are trying some simpler workarounds.
Metadata
Metadata
Assignees
Labels
future improvementIssues that have a work around right now, but can be better solved in the futureIssues that have a work around right now, but can be better solved in the future