~InstructionMark() {
   _compilation->set_current_instruction(_previous);
 }
 InstructionMark(Compilation* compilation, Instruction* instr) {
   _compilation = compilation;
   _previous = _compilation->set_current_instruction(instr);
 }