On Fri, 1 Nov 2002, Josh Wilmes wrote: > > Is there a way to avoid stack walking at all in miniparrot? > > What do we do instead? (Nothing?)
Well, since I currently force all the other *ALIGNMENT #defines to be '16' in <parrot/headers.h> (See comment on "Alignment problems" in resources.c), setting ptr_alignment = 16 is probably sufficient and safe for now. Sorry for not suggesting that explicitly before. > Miniparrot's main purpose is to be able to bootstrap parrot by running its > build scripts. Leaking a little memory may be acceptable. I'd tend to agree. -- Andy Dougherty [EMAIL PROTECTED]