Click or drag to resize

LGSPMatcherGenerator Fields

The LGSPMatcherGenerator type exposes the following members.

Fields
  NameDescription
Public fieldCommentSourceCode
If true, the generated matcher functions are commented to improve understanding the source code.
Public fieldDumpDynSourceCode
If true, the source code of dynamically generated matcher functions are dumped to a file in the current directory.
Public fieldDumpSearchPlan
If true, generated search plans are dumped in VCG and TXT files in the current directory.
Public fieldEmitDebugValidityChecks
If true, validity checks are added at some places, to support debugging/developments.
Public fieldInlineIndependents
If true, the independents are to be inlined
Public fieldLazyNegativeIndependentConditionEvaluation
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
Public fieldProfile
If true, profiling information is to be collected, i.e. some statistics about search steps executed
Top
See Also