jit_blocks 0.1.0
|
Context of calculation. More...
#include <jit_blocks.h>
Data Fields | |
double * | stack |
int | stack_size |
int | stack_capacity |
Context of calculation.
Under the hood it's a fixed capacity stack for doubles. Users should use jit_blocks_expr_context_new to create one.
double* jit_blocks_expr_context::stack |
int jit_blocks_expr_context::stack_capacity |
int jit_blocks_expr_context::stack_size |