2008-10-28から1日間の記事一覧

Scheme Compiler の勉強(27) - cons?

※以下根本的な嘘、勘違いが含まれる可能性大。 cons, car, cdr を LLVM IR 直書きでテストした。(自作のS式表現が、グローバル変数の宣言に対応していなかったので仕方なく直に書いた‥) メモリを malloc で確保して、その位置をグローバル変数に確保してお…

www.memorymanagement.org

http://www.memorymanagement.org/ メモリー管理大全?膨大な有用そうな情報。 http://www.memorymanagement.org/glossary/h.html#heap.allocation Heap Allocation http://www.memorymanagement.org/glossary/t.html#tag Tag http://www.memorymanagement.o…