staticafi/llvm2c

Refactor type handler

Closed this issue · 1 comments

Types are cloned unnecessarily many times. TypeHandler should have references to known types and re-use the objects (flyweight pattern).

Fixed in 663a826..7a654b6