This post originated from an RSS feed registered with Ruby Buzz
by Adam Gardiner.
Original Post: How Rubinius SendSites Work - Part 1
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
Recently, Rubinius switched from using a simple method dispatch caching mechanism to using a significantly more powerful mechanism known as a SendSite. Over the next couple of posts, we’ll look into the Rubinius SendSite implementation, commencing with an overview of what SendSites are in part 1. In part 2, we’ll examine how SendSites are [...]