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
refactor: Bytecode is one word and VaryingOperand does not vary any more (#4978)
in #4827, `VaryingOperand` is not actually varying any more and the name
should reflect as such.
Furthermore, currently there are both `bytecode` and `ByteCode` while
bytecode is supposed to be one word (as far as i can tell).
There are one or two more meaningful things i want to do with vm but
want to raise this issue first so i dont submit a large pr with a lot of
refactor changes + a few non-trivial changes.
0 commit comments