タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

llvmとcに関するbellbindのブックマーク (1)

  • The secret of the LLVM C bindings

    Neural Networks, Machine Learning and Artificial Intelligence. Ever wanted to use LLVM from C? Can't find any documentation? Welcome. Since I'm considering retargeting CLISP'S JIT Compiler I've been experimenting with LLVM. LLVM is an optimizing compiler for a virtual instruction set. Technically, it is very interesting. And this year, with Apple and CLANG in the game, it seems to be here to stay.

    The secret of the LLVM C bindings
    bellbind
    bellbind 2009/07/22
    factのモジュールを作り、引数を入れて実行し、結果を取り出すLLVM-Cのコード例//LLVM-2.3なので古いがコード自体はビルドできる。リンクがうまくいかない。
  • 1