Yiannis Tsiouris
2012-Sep-07 17:24 UTC
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
Sorry for double-posting to the list, The citation is the following (this time with a url to the paper): K. Sagonas, C. Stavrakakis, and Y. Tsiouris. "ErLLVM: An LLVM backend for Erlang"[1]. In Eleventh ACM SIGPLAN Erlang Workshop, September 2012. ACM Press. Thanks! Yiannis [1]: http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf On 09/07/2012 08:13 PM, Yiannis Tsiouris wrote:> Hi, > > I attach a publication that we have at the ACM Sigplan Erlang Workshop2012, Copenhagen, Denmark.> > The abstract is: > This paper describes ErLLVM, a new backend for the HiPE compiler, thenative> code compiler of Erlang/OTP, that targets the LLVM compiler infrastructure. > Besides presenting the overall architecture of ErLLVM and itsintegration in> Erlang/OTP, we describe the changes to LLVM that ErLLVM required anddiscuss> technical challenges and decisions we took. Finally, we provide a detailed > performance evaluation of ErLLVM compared to BEAM, the existingbackends of the> HiPE compiler, and Erjang. > The citation is: > K. Sagonas, C. Stavrakakis, and Y. Tsiouris. "/ErLLVM: An LLVM Backend for > Erlang/ <http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf>". InEleventh ACM SIGPLAN Erlang Workshop, September 2012. ACM Press.> > Could someone add it under: http://llvm.org/pubs ? > > > Thanks, > Yiannis > (member of the ErLLVM team)-- Yiannis Tsiouris Ph.D. student, Software Engineering Laboratory, National Technical University of Athens WWW: http://www.softlab.ntua.gr/~gtsiour -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120907/3be38f22/attachment.html>
Yiannis Tsiouris
2012-Sep-10 22:29 UTC
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
ping. :-) On 09/07/2012 08:24 PM, Yiannis Tsiouris wrote:> [...] > The citation is the following (this time with a url to the paper): K. > Sagonas, C. Stavrakakis, and Y. Tsiouris. "ErLLVM: An LLVM backend > for Erlang"[1]. In Eleventh ACM SIGPLAN Erlang Workshop, September > 2012. ACM Press. > > [1]: http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf > > On 09/07/2012 08:13 PM, Yiannis Tsiouris wrote: >> Hi, >> >> I attach a publication that we have at the ACM Sigplan Erlang >> Workshop 2012, Copenhagen, Denmark. >> >> The abstract is: This paper describes ErLLVM, a new backend for the >> HiPE compiler, the native code compiler of Erlang/OTP, that targets >> the LLVM compiler infrastructure. Besides presenting the overall >> architecture of ErLLVM and its integration in Erlang/OTP, we >> describe the changes to LLVM that ErLLVM required and discuss >> technical challenges and decisions we took. Finally, we provide a >> detailed performance evaluation of ErLLVM compared to BEAM, the >> existing backends of the HiPE compiler, and Erjang. The citation >> is: K. Sagonas, C. Stavrakakis, and Y. Tsiouris. "/ErLLVM: An LLVM >> Backend for Erlang/ >> <http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf>". In >> Eleventh ACM SIGPLAN Erlang Workshop, September 2012. ACM Press. >> >> Could someone add it under: http://llvm.org/pubs ? >>-- Yiannis Tsiouris Ph.D. student, Software Engineering Laboratory, National Technical University of Athens WWW: http://www.softlab.ntua.gr/~gtsiour -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120911/e35fd476/attachment.html>
John Criswell
2012-Sep-11 14:41 UTC
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
On 9/10/12 5:29 PM, Yiannis Tsiouris wrote:> ping. :-)I've been on vacation since August 28 and disabled llvmdev delivery so that I wouldn't get flooded with emails while I was gone, so I didn't see your message. I've added the entry to the publications page, but I haven't made a separate page for the abstract. Is that alright, or would you like an abstract page like some of the older publications in the list? -- John T.> > On 09/07/2012 08:24 PM, Yiannis Tsiouris wrote: > > [...] > > The citation is the following (this time with a url to the paper): K. > > Sagonas, C. Stavrakakis, and Y. Tsiouris. "ErLLVM: An LLVM backend > > for Erlang"[1]. In Eleventh ACM SIGPLAN Erlang Workshop, September > > 2012. ACM Press. > > > > [1]: http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf > > > > On 09/07/2012 08:13 PM, Yiannis Tsiouris wrote: > >> Hi, > >> > >> I attach a publication that we have at the ACM Sigplan Erlang > >> Workshop 2012, Copenhagen, Denmark. > >> > >> The abstract is: This paper describes ErLLVM, a new backend for the > >> HiPE compiler, the native code compiler of Erlang/OTP, that targets > >> the LLVM compiler infrastructure. Besides presenting the overall > >> architecture of ErLLVM and its integration in Erlang/OTP, we > >> describe the changes to LLVM that ErLLVM required and discuss > >> technical challenges and decisions we took. Finally, we provide a > >> detailed performance evaluation of ErLLVM compared to BEAM, the > >> existing backends of the HiPE compiler, and Erjang. The citation > >> is: K. Sagonas, C. Stavrakakis, and Y. Tsiouris. "/ErLLVM: An LLVM > >> Backend for Erlang/ > >> <http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf>". In > >> Eleventh ACM SIGPLAN Erlang Workshop, September 2012. ACM Press. > >> > >> Could someone add it under: http://llvm.org/pubs ? > >> > -- > Yiannis Tsiouris > Ph.D. student, > Software Engineering Laboratory, > National Technical University of Athens > WWW: http://www.softlab.ntua.gr/~gtsiour > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120911/5b893929/attachment.html>
Seemingly Similar Threads
- [LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
- [LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
- [LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
- [LLVMdev] RFC: ErLLVM - Implemented HiPE Calling Convention
- [LLVMdev] RFC: ErLLVM - Implemented HiPE Calling Convention