changeset 18:0cce27e3a63a

add pdf
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 07 Nov 2018 21:32:47 +0900
parents b2a795a294c4
children 3e4ffa621ae9
files Paper/anatofuz.pdf Paper/reference.bib
diffstat 2 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file Paper/anatofuz.pdf has changed
--- 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,
+}