Skip to content

Commit

Permalink
WIP: disable both optimizations to get benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Dec 13, 2023
1 parent 075dbe0 commit b0fa910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ def process_one_block(block, modify=False):
def getCode(self):
# Do this first; it can't (yet?) handle LOAD_FAST_REVERSE_UNCHECKED et
# al.
self.optimizeDeadStores()
self.optimizeLoadFast()
# self.optimizeDeadStores()
# self.optimizeLoadFast()
return super().getCode()


Expand Down

0 comments on commit b0fa910

Please sign in to comment.