]> granicus.if.org Git - re2c/commit
Moved calculation of fallback states to earlier stage of DFA construction.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 15 Mar 2016 08:08:45 +0000 (08:08 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 15 Mar 2016 08:08:45 +0000 (08:08 +0000)
commit42b60fff68bd76f7e808b19c5ebbedc0050cd049
treebb1007929f554863b97065f66ea3aade61e6f77e
parenta9cfb1b1383e4ddc3d9a34af43ab6dc43f5629ce
Moved calculation of fallback states to earlier stage of DFA construction.

We will need this later, when adding multiple context markers
(liveness analyses during context marker deduplication).
re2c/Makefile.am
re2c/src/ir/adfa/adfa.cc
re2c/src/ir/adfa/adfa.h
re2c/src/ir/adfa/prepare.cc
re2c/src/ir/compile.cc
re2c/src/ir/dfa/dfa.h
re2c/src/ir/dfa/fallback.cc [new file with mode: 0644]