[macruby-changes] [4256] MacRuby/trunk/bin/rubyc

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 20 00:52:38 PDT 2010


Revision: 4256
          http://trac.macosforge.org/projects/ruby/changeset/4256
Author:   lsansonetti at apple.com
Date:     2010-06-20 00:52:34 -0700 (Sun, 20 Jun 2010)
Log Message:
-----------
aot: don't forget to init the jit in the executable's main()

Modified Paths:
--------------
    MacRuby/trunk/bin/rubyc

Modified: MacRuby/trunk/bin/rubyc
===================================================================
--- MacRuby/trunk/bin/rubyc	2010-06-20 03:31:02 UTC (rev 4255)
+++ MacRuby/trunk/bin/rubyc	2010-06-20 07:52:34 UTC (rev 4256)
@@ -226,6 +226,7 @@
     void ruby_script(const char *);
     void ruby_set_argv(int, char **);
     void rb_vm_init_compiler(void);
+    void rb_vm_init_jit(void);
     void rb_vm_aot_feature_provide(const char *, void *);
     void *rb_vm_top_self(void);
     void rb_vm_print_current_exception(void);
@@ -250,6 +251,7 @@
     ruby_init_loadpath();
     ruby_set_argv(argc, argv);
     rb_vm_init_compiler();
+    rb_vm_init_jit();
     ruby_script(progname);
     try {
 EOS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100620/b22a8cd0/attachment.html>


More information about the macruby-changes mailing list