Add loop operator in fcode #889
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "loop-op"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: radrow
Added
loop
construction in fcode to optimize list comprehensions and sequencing operator (and get rid of implicit imports)Created by: hanssv
Any numbers on how much better this is?
Created by: radrow
Good point Hans, recent progress in REPL allowed checking that after my """fix""" it uses 3x more gas... Although I think it's a performance bug in my definition of
..
, not in the idea of loop itself. Or maybe I messed up the optimizer?Created by: radrow
Maybe it's because of the tuple?
Checkout
From your project repository, check out a new branch and test the changes.