• Kevin Modzelewski's avatar
    AST interpreter cleanup · 062009c7
    Kevin Modzelewski authored
    - Move internal definitions from header to source file
    - Fix root_stack_set bug carried over from llvm_interpreter
    - Cut off access to the old llvm interpreter
    - Slightly tune the tiering thresholds
     - They seem too high but our LLVM compilation is overly expensive right now
     - Our AST interpreter is also somewhat slow due to its string handling
    062009c7
irgen.cpp 53.4 KB