Closed laurenthuberdeau closed 1 month ago
I wanted to see which part of the compilation process took the longest and made a few useful changes:
get_tok
print_string_char
debug.c
Context
I wanted to see which part of the compilation process took the longest and made a few useful changes:
get_tok
: this saves 1 temporary and should make it faster and the cost shorterprint_string_char
function only used by thedebug.c
module (otherwise dead code)