mv.putField( section().classType(), COMP_TIME_MEMBER_NAME, COMP_TIME_CLASS );
}
if (RootSectionCompiler.this.computationModeCompiled) {
mv.loadThis();
final ComputationMode computationMode = model().getEngine().getComputationMode();
mv.getStatic( COMP_MODE_CLASS, computationMode.name(), COMP_MODE_CLASS );
mv.putField( classType(), COMP_MODE_MEMBER_NAME, COMP_MODE_CLASS );
}
mv.visitInsn( Opcodes.RETURN );
}