<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/compiler-ng/description.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -13,4 +13,5 @@ require 'compiler-ng/evaluator'
 require 'compiler-ng/printers'
 
 # Temporary
+require 'compiler-ng/description'
 require 'compiler-ng/test_generator'</diff>
      <filename>lib/compiler-ng.rb</filename>
    </modified>
    <modified>
      <diff>@@ -140,11 +140,6 @@ module Rubinius
           str = next_bytes count
           discard # remove the \n
           return str.to_sym
-        when ?S
-          count = next_string.to_i
-          str = next_bytes count
-          discard # remove the \n
-          return SendSite.new(str.to_sym)
         when ?p
           count = next_string.to_i
           obj = Tuple.new(count)
@@ -265,9 +260,6 @@ module Rubinius
         when Symbol
           s = val.to_s
           &quot;x\n#{s.size}\n#{s}\n&quot;
-        when SendSite
-          s = val.name.to_s
-          &quot;S\n#{s.size}\n#{s}\n&quot;
         when Tuple
           str = &quot;p\n#{val.size}\n&quot;
           val.each do |ele|</diff>
      <filename>lib/compiler-ng/compiled_file.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,20 @@
+# Defines a few fundamental constants that are needed on MRI to run the
+# compiler. Also requires files that are available by default in Rubinius.
+
 module Rubinius
+  LookupTable = Hash
+  Tuple = Array
+
+  class Executable
+    attr_accessor :primitive
+  end
 end
+
+class Array
+  def to_tuple
+    Rubinius::Tuple.new self
+  end
+end
+
+require File.expand_path(&quot;../../kernel/common/compiled_method&quot;, __FILE__)
+require File.expand_path(&quot;../../kernel/delta/options&quot;, __FILE__)</diff>
      <filename>lib/mri_bridge.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0cc2831cbe19d621fb0c031031d6960f377db350</id>
    </parent>
  </parents>
  <author>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/575dfadae3b2bdbc2f2af61fa0991fbc10cade83</url>
  <id>575dfadae3b2bdbc2f2af61fa0991fbc10cade83</id>
  <committed-date>2009-11-03T23:38:05-08:00</committed-date>
  <authored-date>2009-11-03T20:51:11-08:00</authored-date>
  <message>More MRI bridging for c-ng.</message>
  <tree>7a88ed298ad69e64e997fc4c89b1cacea433c6dc</tree>
  <committer>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </committer>
</commit>
