[macruby-changes] [1705] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 2 19:12:44 PDT 2009


Revision: 1705
          http://trac.macosforge.org/projects/ruby/changeset/1705
Author:   lsansonetti at apple.com
Date:     2009-06-02 19:12:44 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
now requiring LLVM revision 72741

Revision Links:
--------------
    http://trac.macosforge.org/projects/ruby/changeset/72741

Modified Paths:
--------------
    MacRuby/branches/experimental/README.rdoc
    MacRuby/branches/experimental/vm.cpp

Modified: MacRuby/branches/experimental/README.rdoc
===================================================================
--- MacRuby/branches/experimental/README.rdoc	2009-06-03 00:35:44 UTC (rev 1704)
+++ MacRuby/branches/experimental/README.rdoc	2009-06-03 02:12:44 UTC (rev 1705)
@@ -19,14 +19,13 @@
 * An Intel machine. PowerPC machines are not supported anymore, but may still
   work. An Intel 64-bit machine (Intel Core Duo 2) is recommended.
 
-* Mac OS X 10.5.6 or later. If you are building on Mac OS X 10.6 please get in
-  touch with lsansonetti at apple.com to be able to correctly build the project.
+* Mac OS X 10.5.6 or later.
 
 * LLVM trunk, compiled for both i386 and x86_64.
 
-  In case trunk reveals to be unstable we recommend revision 67244.
+  In case trunk reveals to be unstable we recommend revision 72741.
 
-    $ svn co -r 67244 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
+    $ svn co -r 72741 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
     $ cd llvm-trunk
     $ ./configure
     $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make
@@ -48,8 +47,5 @@
 
   $ sudo rake install
 
-WARNING: This version of MacRuby is still under development and cannot be
-installed yet.
-
 Then you should be all set! Please report us any problem you will find (the
 http://macruby.org website has pointers). Thanks!

Modified: MacRuby/branches/experimental/vm.cpp
===================================================================
--- MacRuby/branches/experimental/vm.cpp	2009-06-03 00:35:44 UTC (rev 1704)
+++ MacRuby/branches/experimental/vm.cpp	2009-06-03 02:12:44 UTC (rev 1705)
@@ -207,7 +207,7 @@
 
     emp = new ExistingModuleProvider(RoxorCompiler::module);
     jmm = new RoxorJITManager;
-    ee = ExecutionEngine::createJIT(emp, 0, jmm, true);
+    ee = ExecutionEngine::createJIT(emp, 0, jmm, CodeGenOpt::None);
     assert(ee != NULL);
 
     fpm = new FunctionPassManager(emp);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090602/a8a862bf/attachment.html>


More information about the macruby-changes mailing list