[www] r200633 - Detail

Sylvestre Ledru sylvestre at debian.org
Sun Feb 2 05:44:39 PST 2014


Author: sylvestre
Date: Sun Feb  2 07:44:39 2014
New Revision: 200633

URL: http://llvm.org/viewvc/llvm-project?rev=200633&view=rev
Log:
Detail 
Laurent Sansonetti
 presentation

Modified:
    www/trunk/devmtg/2014-02/index.html

Modified: www/trunk/devmtg/2014-02/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2014-02/index.html?rev=200633&r1=200632&r2=200633&view=diff
==============================================================================
--- www/trunk/devmtg/2014-02/index.html (original)
+++ www/trunk/devmtg/2014-02/index.html Sun Feb  2 07:44:39 2014
@@ -145,7 +145,17 @@ The talk goes over implementation detail
 
 <p>
 <b><a id="talk7">Statically compiling Ruby with LLVM - ... or how RubyMotion works internally</a></b><br />
-<i>LRZ</i><br />
+<i>Laurent Sansonetti</i><br />
+
+
+RubyMotion is a commercial implementation of the Ruby language for iOS and OS X development. RubyMotion makes intensive use of LLVM in order to statically compile Ruby. In this session we will focus on how RubyMotion uses LLVM also a bit of history with the MacRuby project (which uses LLVM as a JIT).
+<br />
+RubyMotion is a commercial implementation of the Ruby language for iOS and OS X development. The RubyMotion toolchain lets Ruby developers write full-fledged native applications for iPhone, iPad and the Mac. RubyMotion apps are statically compiled into optimized machine code.
+<br />
+RubyMotion makes intensive use of LLVM in order to statically compile Ruby and target various architectures. In this session we will focus on how RubyMotion uses LLVM, the challenges that we had to solve in order to compile Ruby, some of the various codegen optimizations we implemented and how we integrate with profiling/debugging tools. We will also cover the mistakes we learned from the MacRuby project, which uses LLVM a bit differently.
+<br />
+(This presentation will only focus on the internals of RubyMotion. We will not cover Ruby, RubyMotion or iOS/OS X development.)
+
 </p>
 
 <p>





More information about the llvm-commits mailing list