LGSPMatcherGenerator Fields |
The LGSPMatcherGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| CommentSourceCode |
If true, the generated matcher functions are commented to improve understanding the source code.
| |
| DumpDynSourceCode |
If true, the source code of dynamically generated matcher functions are dumped to a file in the current directory.
| |
| DumpSearchPlan |
If true, generated search plans are dumped in VCG and TXT files in the current directory.
| |
| EmitDebugValidityChecks |
If true, validity checks are added at some places, to support debugging/developments.
| |
| InlineIndependents |
If true, the independents are to be inlined
| |
| LazyNegativeIndependentConditionEvaluation |
If true, the negatives, independents, and evaluations are inserted at the end of the schedule
instead of as early as possible; this is likely less efficient but allows to use checks
which require that they are only called after a structural match was found
| |
| Profile |
If true, profiling information is to be collected, i.e. some statistics about search steps executed
|