[www] r197863 - Fix link.

Benjamin Kramer benny.kra at googlemail.com
Sat Dec 21 03:21:04 PST 2013


Author: d0k
Date: Sat Dec 21 05:21:01 2013
New Revision: 197863

URL: http://llvm.org/viewvc/llvm-project?rev=197863&view=rev
Log:
Fix link.

Modified:
    www/trunk/devmtg/2013-11/index.html

Modified: www/trunk/devmtg/2013-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2013-11/index.html?rev=197863&r1=197862&r2=197863&view=diff
==============================================================================
--- www/trunk/devmtg/2013-11/index.html (original)
+++ www/trunk/devmtg/2013-11/index.html Sat Dec 21 05:21:01 2013
@@ -345,7 +345,7 @@ for users of LLVM.
 <b>JavaScript JIT with LLVM</b><br>
 <i>Filip Pizlo - Apple Inc.</i><br>
 <a href="slides/Pizlo-JavascriptJIT.pdf">Slides</a><br>
-<a href="Pizlo-JavascriptJIT-720.mov">Video</a> (Computer) <a href="videos/Pizlo-JavascriptJIT-360.mov">Video</a> (Mobile)<br>
+<a href="videos/Pizlo-JavascriptJIT-720.mov">Video</a> (Computer) <a href="videos/Pizlo-JavascriptJIT-360.mov">Video</a> (Mobile)<br>
 Dynamic languages present unique challenges for compilation, such as the need for type speculation and self-modifying code.  This talk shows how to add support for these features to LLVM and use them to implement a JIT for JavaScript.
 </p>
 





More information about the llvm-commits mailing list