[hellogcc] Re: [投稿] LLVM Introduction - How to use JIT 2/3

  • From: 陳韋任 <chenwj@xxxxxxxxxxxxxx>
  • To: hellogcc@xxxxxxxxxxxxx
  • Date: Sat, 22 Oct 2011 21:21:30 +0800

> > 2. 實驗 1/2 - 建立 LLVM Module
> > 
> 
> 能不能在这里先介绍一下 LLVM module的概念。我知道你后边有一个link是关
> 于这个的,但是最好能在这里简单说明一下。

  我前一篇有講到 LLVM Module。

  "Module 是裝載 LLVM IR 的容器 (container),..."

換句話說,整個結構是底下這樣:

  ------------ Module -------
  |
  |   ------ Function(s) ----
  |   |
  |   |   ---- Block(s) -----
  |   |   |
  |   |   |  LLVM IR(s)
  |   |   |


這樣對 LLVM Module 的概念有比較清楚嗎? XD


-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667

Other related posts: