# HG changeset patch # User Takahiro SHIMIZU # Date 1541593967 -32400 # Node ID 0cce27e3a63ad5cf0c49c1938df440e870701e38 # Parent b2a795a294c40627c25a5f6182d7e7f2ac3d81ed add pdf diff -r b2a795a294c4 -r 0cce27e3a63a Paper/anatofuz.pdf Binary file Paper/anatofuz.pdf has changed diff -r b2a795a294c4 -r 0cce27e3a63a Paper/reference.bib --- a/Paper/reference.bib Wed Nov 07 17:11:20 2018 +0900 +++ b/Paper/reference.bib Wed Nov 07 21:32:47 2018 +0900 @@ -41,6 +41,14 @@ howpublished = {\url{https://github.com/perl6/nqp}}, } +@article{gcccbc, + author = "大城信康 and 河野真治", + title = "Continuation based C の GCC 4.6 上の実装について", + journal = "第53回プログラミング・シンポジウム", + year = 2012, + month = 1, +} + @article{llvmcbc, author = "徳森 海斗 and 河野真治", title = "LLVM Clang 上の Continuation based C コンパイラの改良", @@ -62,3 +70,27 @@ title = {Threaded Code}, howpublished = {\url{https://www.complang.tuwien.ac.at/forth/threaded-code.html}}, } + +@misc{imcbllvm, + title = {Implementing Continuation based language in LLVM and Clang}, + author = "Kaito TOKUMORI and Shinji KONO", + journal = "LOLA", + year = 2015, + month = 7, +} + +@misc{gearsos, + title = {Gears OS のモジュール化と並列 API}, + author = "宮城 光希 and 桃原 優 and 河野 真治", + journal = "情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)", + year = 2018, + month = 5, +} + +@misc{ruby, + title = {Ruby用仮想マシンYARVの実装と評価}, + author = "笹田 耕一 and 松本 行弘 and 前田 敦司 and 並木 美太郎", + journal = "情報処理学会論文誌プログラミング(PRO)", + year = 2006, + month = 2, +}