|
Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
|
JIT compilation statistics for the tokenizer/keyword trie. More...
#include <jit_tokenizer.h>
Data Fields | |
| uint64_t | code_size_bytes |
| Approximate generated code size in bytes. | |
| uint64_t | compile_time_ns |
| Wall-clock nanoseconds to compile. | |
| uint32_t | keywords_compiled |
| Number of keywords in the compiled trie. | |
JIT compilation statistics for the tokenizer/keyword trie.
Definition at line 33 of file jit_tokenizer.h.
| uint64_t JITTokenizerStats::code_size_bytes |
Approximate generated code size in bytes.
Definition at line 36 of file jit_tokenizer.h.
| uint64_t JITTokenizerStats::compile_time_ns |
Wall-clock nanoseconds to compile.
Definition at line 35 of file jit_tokenizer.h.
| uint32_t JITTokenizerStats::keywords_compiled |
Number of keywords in the compiled trie.
Definition at line 34 of file jit_tokenizer.h.