On 2 Feb 2002, raptor wrote: > hi, > > how to compile JITed code ... !!
Just add the -k switch when you invoke test_parrot. > Is there some list of tweaks, switches that can be used to speed up the > Parrot? Particulary for people like me that are not very close to C > programming :") That's the big one. -P speeds things up too, though not as much. Generally speaking things are pretty raw, but that's OK, as we're stuill pre-alpha. We'll get better, and odds are the -j switch will be on by default on those platforms that support it, and the -P switch in places that don't. Dan