You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, until we've implemented a mechanism that allows executors to own references to objects, we cannot replace e.g. LOAD_CONST 1000; LOAD_CONST 1000; BINARY_OP_ADD_INTwithNOP; NOP; LOAD_CONST_INLINE 1000000, because there's nothing to keep the inlined constants alive.
Feature or enhancement
Proposal:
Parent issue #115506
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: