This post originated from an RSS feed registered with Ruby Buzz
by Adam Gardiner.
Original Post: How Rubinius SendSites Work - Part 2
Feed Title: Building a Better Ruby
Feed URL: https://betterruby.wordpress.com/feed/
Feed Description: Covering the developmnet of Rubinius, a new Ruby implementation and virtual machine
In part 1 of this post, we introduced the concept of Rubinius SendSites and looked at the Ruby class / C struct used to represent them; in part 2, we will be looking at the life-cycle of SendSite objects, and in particular, how they are used to optimise the method dispatch process.
SendSite Instantiation
The lifecycle of [...]