[macruby-changes] [4123] MacRuby/trunk/HACKING.rdoc

source_changes at macosforge.org source_changes at macosforge.org
Tue May 18 13:51:18 PDT 2010


Revision: 4123
          http://trac.macosforge.org/projects/ruby/changeset/4123
Author:   lsansonetti at apple.com
Date:     2010-05-18 13:51:17 -0700 (Tue, 18 May 2010)
Log Message:
-----------
mention the new VM_VERIFY_IR environment variable

Modified Paths:
--------------
    MacRuby/trunk/HACKING.rdoc

Modified: MacRuby/trunk/HACKING.rdoc
===================================================================
--- MacRuby/trunk/HACKING.rdoc	2010-05-18 20:48:33 UTC (rev 4122)
+++ MacRuby/trunk/HACKING.rdoc	2010-05-18 20:51:17 UTC (rev 4123)
@@ -121,6 +121,9 @@
 * VM_DUMP_IR: set it to any value to dump the LLVM IR on $stderr before the
   interpreter quits.
 
+* VM_VERIFY_IR: set it to any value to force a LLVM module verification before
+  the interpreter quits.
+
 * DYLD_LIBRARY_PATH: in case you are debugging a Cocoa application, set this 
   variable to "." before starting gdb, and you won't have to re-install MacRuby
   every time you re-compile it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100518/6a1d2012/attachment.html>


More information about the macruby-changes mailing list