Josh Wilmes wrote:

Is there a way to avoid stack walking at all in miniparrot?

What do we do instead?  (Nothing?)

Miniparrot's main purpose is to be able to bootstrap parrot by running its
build scripts.  Leaking a little memory may be acceptable.

Disable DOD/GC, use res_lea.c (directly allocating via malloc) instead of resources.c


--Josh
leo

Reply via email to