MCPcopy Index your code
hub / github.com/python/cpython / _make_temp_label

Method _make_temp_label

Tools/jit/_optimizers.py:494–496  ·  view source on GitHub ↗
(self, index: int)

Source from the content-addressed store, hash-verified

492 block.instructions.append(branch.update_target("0"))
493
494 def _make_temp_label(self, index: int) -> Instruction:
495 marker = f"jit_temp_{index}:"
496 return Instruction(InstructionKind.OTHER, "", marker, None)
497
498 def _fixup_constants(self) -> None:
499 if not self.supports_small_constants:

Callers 1

_fixup_constantsMethod · 0.95

Calls 1

InstructionClass · 0.70

Tested by

no test coverage detected