Closed jackbackrack closed 4 years ago
i have extensive timings to report that this change alone speeds up the compiler by 15%. i also verified that the loop is inlined and that n is not closed over anymore. the compiler compile time goes from 98s to 85s.
Also i did a full bootstrap of the compiler compiling itself four times in succession.
Awesome. Thanks!
add tuple do method and use only a single index variable instead of two.