Kengo's blog

Technical articles about original projects, JVM, Static Analysis and TypeScript.

Entries from 2013-04-14 to 1 day

log: 2013/Apr/1 - 14

log

Interests LLVM IR coding I started to code LLVM IR by hands to implement Brainf*ck frontend. LLVM IR is quite easy to code. In my opinion, it is easier than Jasmin because it can use register instead of stack. The 'phi' is easy to understa…