# HG changeset patch # User Takahiro SHIMIZU # Date 1542795204 -32400 # Node ID 140f086fee21a3aacd810681641bf3174bb8e6a3 # Parent bd348011ecac53b252e198de661f299c82717be0 fix bibtex diff -r bd348011ecac -r 140f086fee21 Paper/anatofuz.pdf Binary file Paper/anatofuz.pdf has changed diff -r bd348011ecac -r 140f086fee21 Paper/reference.bib --- a/Paper/reference.bib Wed Nov 21 13:46:22 2018 +0900 +++ b/Paper/reference.bib Wed Nov 21 19:13:24 2018 +0900 @@ -6,39 +6,61 @@ %% Saved with string encoding Unicode (UTF-8) -@Misc{pugs, + +@webpage{pugs, + author = "唐鳳", title = {Pugs: A Perl 6 Implementation}, - howpublished = {\url{http://hackage.haskell.org/package/Pugs/}}, + organization = "Hackage", + url = {\url{http://hackage.haskell.org/package/Pugs/}}, + refdate = "2018-11-21" } -@misc{perl6doc, +@webpage{perl6doc, + author = "ThePerlFoundation", + organization = "ThePerlFoundation", title = {Perl6 Documentation}, - howpublished = {\url{https://docs.perl6.org/}}, + url = {\url{https://docs.perl6.org/}}, + refdate = "2018-11-21", } -@misc{perl6design, +@webpage{perl6design, + author = "ThePerlFoundation", + organization = "ThePerlFoundation", title = {Perl 6 Design Documents}, - howpublished = {\url{https://design.perl6.org/}}, + url = {\url{https://design.perl6.org/}}, + refdate = "2018-11-21", } -@misc{roast, +@webpage{roast, + author = "ThePerlFoundation", + organization = "GitHub", title = {Roast -- Perl6 test suite}, - howpublished = {\url{https://github.com/perl6/roast}}, + url = {\url{https://github.com/perl6/roast}}, + refdate = "2018-11-21", } -@misc{parrot, +@webpage{parrot, title = {Parrot}, - howpublished = {\url{http://parrot.org/}}, + author = "ParrotFoundation", + organization = "ParrotFoundation", + url = {\url{http://parrot.org/}}, + refdate = "2018-11-21", } -@misc{nqpopcode, +@webpage{nqpopcode, title = {NQP Opcode List}, - howpublished = {\url{https://github.com/perl6/nqp/blob/master/docs/ops.markdown}}, + author = "ThePerlFoundation", + organization = "GitHub", + url = {\url{https://github.com/perl6/nqp/blob/master/docs/ops.markdown}}, + refdate = "2018-11-21", } -@misc{nqp, +@webpage{nqp, title = {NQP - Not Quite Perl (6)}, - howpublished = {\url{https://github.com/perl6/nqp}}, + author = "ThePerlFoundation", + organization = "GitHub", + url = {\url{https://github.com/perl6/nqp}}, + refdate = "2018-11-21", } @article{gcccbc, @@ -56,22 +78,47 @@ year = 2015 } -@misc{rani, - title = {Rakudo and NQP internals}, - howpublished = {\url{http://edumentab.github.io/rakudo-and-nqp-internals-course/}}, +@webpage{cbcgcc, + title = {CbC\_gcc}, + author = {並列信頼研究室}, + organization = "琉球大学", + url = {\url{http://www.cr.ie.u-ryukyu.ac.jp/hg/CbC/CbC_gcc/}}, + refdate = "2018-11-21", +} + +@webpage{cbcllvm, + title = {CbC\_llvm}, + author = {並列信頼研究室}, + organization = "琉球大学", + url = {\url{http://www.cr.ie.u-ryukyu.ac.jp/hg/CbC/CbC_llvm/}}, + refdate = "2018-11-21", } -@misc{rani1, - title = {Rakudo and NQP internals - day1}, - howpublished = {\url{http://edumentab.github.io/rakudo-and-nqp-internals-course/slides-day1.pdf}}, +@webpage{rani, + title = {Rakudo and NQP internals}, + author = {Jonathan Worthington}, + organization = {EDUMENT}, + url = {\url{http://edumentab.github.io/rakudo-and-nqp-internals-course/}}, + refdate = "2018-11-21", } -@misc{threadedcode, - title = {Threaded Code}, - howpublished = {\url{https://www.complang.tuwien.ac.at/forth/threaded-code.html}}, +@webpage{rani1, + title = {Rakudo and NQP internals - day1}, + url = {\url{http://edumentab.github.io/rakudo-and-nqp-internals-course/slides-day1.pdf}}, + author = {Jonathan Worthington}, + organization = {EDUMENT}, + refdate = "2018-11-21", } -@misc{imcbllvm, +@webpage{threadedcode, + title = {Threaded Code}, + url = {\url{https://www.complang.tuwien.ac.at/forth/threaded-code.html}}, + author = {Anton Ertl}, + organization = {Technische Universitat Wien}, + refdate = "2018-11-21", +} + +@article{imcbllvm, title = {Implementing Continuation based language in LLVM and Clang}, author = "Kaito TOKUMORI and Shinji KONO", journal = "LOLA", @@ -87,7 +134,7 @@ month = 5, } -@misc{ruby, +@article{ruby, title = {Ruby用仮想マシンYARVの実装と評価}, author = "笹田 耕一 and 松本 行弘 and 前田 敦司 and 並木 美太郎", journal = "情報処理学会論文誌プログラミング(PRO)", @@ -102,14 +149,17 @@ year = 1973, } -@misc{optthreade, +@journal{optthreade, title = {Optimizing direct threaded code by selective inlining}, author = {Piumarta, Ian and Fabio Riccardi}, journal = {ACM SIGPLAN Notices. Vol. 33}, year = 1998, } -@misc{luajit, +@webpage{luajit, title = {The LuaJIT Project}, - howpublished = {\url{http://luajit.org/}}, + author = {Mike Pall}, + url = {\url{http://luajit.org/}}, + organization = {luajit.org}, + refdate = "2018-11-21", }