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:
kr.angelov
2013-06-25 19:22:42 +00:00
parent 09a42bbab0
commit d553cb165a
8 changed files with 577 additions and 188 deletions

View File

@@ -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 \