miniblog.
← Back to all posts
Wilfred Hughes
Sep 1, 2016 at 22:31
Ruby is exploring some neat optimisations, with graceful fallback in the event of functions changing:
https://github.com/ruby/ruby/pull/1419
Deoptimization Engine by shyouhei · Pull Request #1419 · ruby/ruby
Abstract Implemented a way to optimize ruby's executions and to revert them. The strategy is restricted so that any VM states like program counter(s) would not be affected by the modification...