* Disable the peephole optimizer on mips64 to avoid occasional crashes. * Ensure sufficient alignment of builtin bytecode arrays so that compiler.c can cast and access the data through struct ibf_header without crashing (OpenBSD/mips64 requires strict alignment). OK jeremy@