vault backup: 2024-07-03 11:33:24
This commit is contained in:
parent
ea0039f4c8
commit
5ebf5cc75b
@ -36,8 +36,8 @@ MetaVar constructs the stencil library from programmer defined *stencil generato
|
|||||||
|
|
||||||
At compile time, the compiler iterates over the values of the meta-variables and creates a library entry for every valid combination.
|
At compile time, the compiler iterates over the values of the meta-variables and creates a library entry for every valid combination.
|
||||||
|
|
||||||
### Stencil Generators
|
### Compile time
|
||||||
Stencil generators are templated C++ functions whose template instantiations produce stencils.
|
Stencil generators are templated C++ functions whose template instantiations produce stencils. At "runtime", the generator will perform tree pattern matching to determine the correct variant, then complete a hash table lookup to retrieve the stencil, then copy it to the output.
|
||||||
|
|
||||||
|
|
||||||
# Terminology
|
# Terminology
|
||||||
|
Loading…
Reference in New Issue
Block a user