After getting rid of all bytecode generation, it became clear that we are spending significant time (a few milliseconds) during bootstrap to generate predefined interpreter forms in LambdaForm::computeInitialPreparedForms. As all tests pass without this, both when running normally and with COMPILE_THRESHOLD > 0, it seems clear that this is merely an old bootstrap performance optimization, which is no longer helpful.