Skip to content

Commit

Permalink
cache pcode from blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Mar 16, 2024
1 parent c338ab7 commit a155da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/quokka/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def bytes(self) -> bytes:

return block_bytes

@property
@cached_property
def pcode_insts(self) -> List[pypcode.PcodeOp]:
"""Generate PCode instructions for the block
Expand Down

0 comments on commit a155da2

Please sign in to comment.