Skip to content

Commit

Permalink
all: remove init interpretation during IR construction
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aykevl authored and deadprogram committed Feb 19, 2019
1 parent da345e8 commit 92d9b78
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 917 deletions.

0 comments on commit 92d9b78

Please sign in to comment.