ZJIT: Pretty-print symbols in HIR dump
This lets us better see what is going on, for example in pattern matching code, which has a bunch of dynamic method lookups and respond_to? sends.
respond_to?
ZJIT: Pretty-print symbols in HIR dump
This lets us better see what is going on, for example in pattern
matching code, which has a bunch of dynamic method lookups and
respond_to?
sends.