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
ReadCallerDataNode should only skip RubyNode not RubyBaseNode
* It used to skip RubyContextNode before the previous commit.
Before that, it used RubyBaseNode but that was before the DSL changed,
which means data nodes for inline caches are just Nodes and not
subclasses of the node using the DSL like before. Also, there is an
intermediate CallInternalMethodNode since the new dispatch chain.
0 commit comments