keep loop using the same dispatch table, removing the need to recreate the dispatch table

This commit is contained in:
William Bell
2025-09-01 21:51:16 +01:00
parent 19268f3070
commit b9c0503d54
6 changed files with 41 additions and 38 deletions

View File

@@ -30,7 +30,7 @@ native: $(CFILES) $(LEXER_C) $(LEXER_H)
debug: $(CFILES) $(LEXER_C) $(LEXER_H)
mkdir -p bin
gcc -g -O0 -o $(BINARY) $(CFILES) $(CFLAGS)
gcc -g -O3 -o $(BINARY) $(CFILES) $(CFLAGS)
full-debug: $(CFILES) $(LEXER_C) $(LEXER_H)
mkdir -p bin