rubyomr-preview / ruby

The Ruby+OMR Preview
Other
68 stars 9 forks source link

Improve Dispatch #77

Open mgaudet opened 7 years ago

mgaudet commented 7 years ago

Inside a JIT like Ruby+OMR, there are three types of dispatch we care about

Today, J2J dispatch effectively goes J2I -> I2J instead. It would be nice to make that better.