rubyomr-preview / ruby

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

Provide mechanism to override C methods with equivalent ruby versions #56

Open mgaudet opened 7 years ago

mgaudet commented 7 years ago

To experiment with inlining, it would be worth considering providing a uniform mechanism by which a pure-ruby implementation of a core C method could be picked up. I am imaging a special prelude module that would check a directory for 'bootstrap' overrides -- to borrow and abuse a term from Java.