[www] r329259 - [EuroLLVM'18] Add 2nd keynote.
Arnaud A. de Grandmaison via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 23:59:35 PDT 2018
Author: aadg
Date: Wed Apr 4 23:59:34 2018
New Revision: 329259
URL: http://llvm.org/viewvc/llvm-project?rev=329259&view=rev
Log:
[EuroLLVM'18] Add 2nd keynote.
Modified:
www/trunk/devmtg/2018-04/index.html
www/trunk/devmtg/2018-04/talks.html
Modified: www/trunk/devmtg/2018-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/index.html?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/index.html (original)
+++ www/trunk/devmtg/2018-04/index.html Wed Apr 4 23:59:34 2018
@@ -202,6 +202,8 @@ Power, Paul Bowen-Huggett.</li>
<ul>
<li><a href="talks.html#Keynote_1">The Cerberus Memory Object Semantics for ISO and De Facto C</a>
<i>P. Sewell</i></li>
+<li><a href="talks.html#Keynote_2">LLVM x Blockchains = A new Ecosystem of Decentralized Applications</a>
+ <i>R. Zhong</i></li>
</ul>
<b>Tutorials</b>
Modified: www/trunk/devmtg/2018-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/talks.html?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/talks.html (original)
+++ www/trunk/devmtg/2018-04/talks.html Wed Apr 4 23:59:34 2018
@@ -59,6 +59,21 @@ to typechecking and translating each tes
<a href="http://svr-pes20-cerberus.cl.cam.ac.uk/">http://svr-pes20-cerberus.cl.cam.ac.uk/</a></p>
<p>We also describe detailed proposals to WG14, showing how the semantics can
be incorporated into the ISO standard.</p>
+<hr>
+</td></tr><tr><td valign="top" id="Keynote_2">
+<b>LLVM x Blockchains = A new Ecosystem of Decentralized Applications</b><br>
+<i>R. Zhong</i>
+<p>Recently, blockchains are showing more and more power as application
+platforms besides transaction-trading platforms. Running applications on
+decentralized platforms totally differs from the way we did before. And we can
+foresee, developers will redefine existing centralized applications and create
+different decentralized applications. However, the foundations are not ready
+yet. Both academia and industry are exploring how to enpower the decentralized
+applications. We, Nebulas, call on the LLVM community to bring LLVM to the
+blockchain community.</p>
+<p>We propose several open problems needing to be addressed with the target of
+leveraging LLVM in blockchains. Besides, we also share our work on using LLVM
+to build a smart contract execution engine.</p>
</td></tr></table>
<div class="www_sectiontitle" id="Tutorials">Tutorials</div>
More information about the llvm-commits
mailing list