view Paper/reference.bib @ 74:93f1484eab1e

fix
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 27 Nov 2018 15:22:57 +0900
parents 140f086fee21
children 1b1089b0aef5
line wrap: on
line source

%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/

%% Created for TakahiroSHIMIZU at 2018-11-06 12:59:33 +0900 


%% Saved with string encoding Unicode (UTF-8) 


@webpage{pugs,
    author = "唐鳳",
    title = {Pugs: A Perl 6 Implementation},
    organization =  "Hackage",
    url = {\url{http://hackage.haskell.org/package/Pugs/}},
    refdate =   "2018-11-21"
}

@webpage{perl6doc,
    author = "ThePerlFoundation",
    organization = "ThePerlFoundation",
    title = {Perl6 Documentation},
    url = {\url{https://docs.perl6.org/}},
    refdate = "2018-11-21",
}

@webpage{perl6design,
    author = "ThePerlFoundation",
    organization = "ThePerlFoundation",
    title = {Perl 6 Design Documents},
    url = {\url{https://design.perl6.org/}},
    refdate = "2018-11-21",
}

@webpage{roast,
    author = "ThePerlFoundation",
    organization = "GitHub",
    title = {Roast -- Perl6 test suite},
    url = {\url{https://github.com/perl6/roast}},
    refdate = "2018-11-21",
}

@webpage{parrot,
    title = {Parrot},
    author = "ParrotFoundation",
    organization = "ParrotFoundation",
    url = {\url{http://parrot.org/}},
    refdate = "2018-11-21",
}

@webpage{nqpopcode,
    title = {NQP Opcode List},
    author = "ThePerlFoundation",
    organization = "GitHub",
    url = {\url{https://github.com/perl6/nqp/blob/master/docs/ops.markdown}},
    refdate = "2018-11-21",
}

@webpage{nqp,
    title = {NQP - Not Quite Perl (6)},
    author = "ThePerlFoundation",
    organization = "GitHub",
    url = {\url{https://github.com/perl6/nqp}},
    refdate = "2018-11-21",
}

@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 コンパイラの改良",
    journal = "琉球大学工学部情報工学科平成27年度学位論文(修士)",
    year = 2015
}

@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",
}

@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",
}

@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",
}

@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",
    year = 2015,
    month = 7,
}

@misc{gearsos,
    title = {Gears OS のモジュール化と並列 API},
    author = "宮城 光希 and 桃原 優 and 河野 真治",
    journal = {情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)},
    year = 2018,
    month = 5,
}

@article{ruby,
    title = {Ruby用仮想マシンYARVの実装と評価},
    author = "笹田 耕一  and 松本 行弘  and 前田 敦司  and 並木 美太郎",
    journal = "情報処理学会論文誌プログラミング(PRO)",
    year = 2006,
    month = 2,
}

@misc{threadecodes,
    title = {Threaded Code},
    author = {Bell, James R},
    journal = {Communications of the ACM 16.6},
    year = 1973,
}

@journal{optthreade,
    title = {Optimizing direct threaded code by selective inlining},
    author = {Piumarta, Ian and Fabio Riccardi},
    journal = {ACM SIGPLAN Notices. Vol. 33},
    year = 1998,
}

@webpage{luajit,
    title = {The LuaJIT Project},
    author = {Mike Pall},
    url = {\url{http://luajit.org/}},
    organization = {luajit.org},
    refdate = "2018-11-21",
}