Leaves "free slots" after method selectors. This is a simple, backwards-compatible change.
The design of bytecode ICs is not yet written on stone. The current VM implementation stores the (selector, classTag, compiledMethod) tuple inlined on the literals array.
Leaves "free slots" after method selectors. This is a simple, backwards-compatible change.
The design of bytecode ICs is not yet written on stone. The current VM implementation stores the
(selector, classTag, compiledMethod)
tuple inlined on the literals array.