LOAD_FAST_BORROW
not being used even when safe to do so, if value is live at BB end.
#133672
Labels
LOAD_FAST_BORROW
not being used even when safe to do so, if value is live at BB end.
#133672
Uh oh!
There was an error while loading. Please reload this page.
This function
compiles to
Note that the load of
y
usesLOAD_FAST
even thoughLOAD_FAST_BORROW
is safe.This becomes important with virtual iterators as the iterable for the loop is live at BB end.
Linked PRs
The text was updated successfully, but these errors were encountered: