view final_main/reference.bib @ 12:996a70147cb0

fix
author menikon
date Tue, 11 Feb 2020 04:51:05 +0900
parents dca5e4f9fceb
children
line wrap: on
line source

@article{cbc,
    author = "Kaito TOKKMORI and Shinji KONO",
    title = "Implementing Continuation based language in LLVM and Clang",
    journal = "LOLA 2015",
    month = "July",
    year = 2015
}

@manual{arm,
author     = "{ARM Architecture Reference Manual}",
title  = "{http://infocenter.arm.com/help/topic/com.arm.\\doc.subset.architecture.reference/index.html}"
}


@misc{xv6,
  title={Xv6, a simple Unix-like teaching operating system},
  author={Cox, Russ and Kaashoek, M Frans and Morris, Robert},
  journal={2013-09-05]. http://pdos. csail. mit. edu/6.828/2012/xv6. html},
  year={2011},
  note = "(2020年2月7日閲覧)"
}

@InProceedings{llvm,
author    = {Chris Lattner and Vikram Adve},
title     = "{LLVM: A Compilation Framework for Lifelong Program Analysis \& Transformation}",
booktitle = "{Proceedings of the 2004 International Symposium on Code Generation and Optimization (CGO'04)}",
address   = {Palo Alto, California},
month     = {Mar},
year      = {2004}
}

@manual{gcc,
author = "{GNU Compiler Collection (GCC) Internals}",
title ="{http://gcc.gnu.org/onlinedocs/gccint/}",
}

@article{kaito-lola,
    author  = "Kaito, Tokumori and Shinji, Kono",
    title   = "Implementing Continuation based language in LLVM and Clang",
    journal = "LOLA 2015, Kyoto",
    month   = "July",
    year    =  2015

}

@inproceedings{nobu-prosym,
    author = "大城信康 and 河野真治",
    title = "Continuation based C の GCC4.6 上の実装について",
    booktitle = "第53回プログラミング・シンポジウム予稿集",
    year  = "2012",
    volume = "2012",
    pages = "69--78",
    month = "jan"

}

@article{
    gears,
    author = "河野 真治 and 伊波 立樹 and  東恩納 琢偉",
    title = "Code Gear、Data Gear に基づく OS のプロトタイプ",
    journal = "情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)",
    month = "May",
    year = 2016
}

@article{GearsOS,
    author = "伊波立樹 and  河野真治",
    title = "Gears OS の並列処理",
    journal = "琉球大学工学部情報工学科平成30年度学位論文(修士)",
    year = 2018
}

@article{CbC2,
    author = "宮城光希 and  河野真治",
    title = "継続を基本とした言語による OS のモジュール化",
    journal = "琉球大学工学部情報工学科平成31年度学位論文(修士)",
    year = 2019
}