tinygo/ir
Ayke van Laethem 92d9b780b5 all: remove init interpretation during IR construction
The interp package does a much better job at interpretation, and is
implemented as a pass on the IR which makes it much easier to compose.
Also, the implementation works much better as it is based on LLVM IR
instead of Go SSA.
2019-02-19 09:08:13 +01:00
..
ir.go all: remove init interpretation during IR construction 2019-02-19 09:08:13 +01:00
passes.go runtime: add support for math package 2019-02-05 19:37:21 +01:00