mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Now there is a just-in-time compiler which generates native code for proof search. This is already used by the exhaustive generator. The time to generate 10000 abstract trees with ParseEng went down from 4.43 sec to 0.29 sec.
This commit is contained in:
@@ -104,6 +104,7 @@ libpgf_la_SOURCES = \
|
||||
pgf/expr.h \
|
||||
pgf/parser.c \
|
||||
pgf/parser.h \
|
||||
pgf/jit.c \
|
||||
pgf/parseval.c \
|
||||
pgf/lexer.c \
|
||||
pgf/lexer.h \
|
||||
|
||||
Reference in New Issue
Block a user