When going from a build with --optimize to one w/o and doing make, not
all Parrot files are recompiled, especially classes/* isn't. That leads
to segfaults due to differing size of <PObj>.
OTOH rerunning Configure with no changes to update a language Makefile
also recompiles unnecessarily - dunno if that's solvable though.
leo