|
|
|
|
|
by chrisseaton
2340 days ago
|
|
> Is there an explanation of how the project bridges the gap between dynamically-typed Ruby and statically-typed MIR? My understanding is that MIR doesn’t tackle this problem, so the code does stay pretty dynamic when compiled, just like its sister project YARV MJIT. They both need an intermediate profiling mode to specialise and monomorphise but nobody is building that as far as I know. |
|