2014年1月3日のブックマーク (2件)

  • LLVM3.3 と VS11 で遊んでみた - yutopp's blog

    リンカが完成していなくても話題のLLVMで遊びたいってワケ 環境: Windows 7(x64),VS Express 2012 for Desktop,LLVM3.3 LLVMをビルドし,C++から呼んでIRを吐かせるまでの記事.自分用メモ. サクサクとやりたいので自分でやってみた方法を書きます.ほとんどドキュメント通りです. VSでインストールするまでのドキュメント http://llvm.org/docs/GettingStartedVS.html 1. LLVM3.3をダウンロード http://llvm.org/releases/download.html#3.3 LLVM source code というやつ 自分はD:に展開した.ので,D:\llvm-3.3.src に LLVM が配置されている. 2. CMakeする http://www.cmake.org/cmake/r

    LLVM3.3 と VS11 で遊んでみた - yutopp's blog
    hhc0null
    hhc0null 2014/01/03
    LLVMだってお
  • Writing a FUSE Filesystem: a Tutorial

    Joseph J. Pfeiffer, Jr., Ph.D. Emeritus Professor Department of Computer Science New Mexico State University pfeiffer@cs.nmsu.edu Version of 2018-02-04 One of the real contributions of Unix has been the view that "everything is a file". A tremendous number of radically different sorts of objects, from data storage to file format conversions to internal operating system data structures, have been m

    hhc0null
    hhc0null 2014/01/03
    FUSEチュートリアル