jit_blocks 0.1.0
Loading...
Searching...
No Matches
Data Fields
jit_blocks_expr_context Struct Reference

Context of calculation. More...

#include <jit_blocks.h>

Data Fields

double * stack
 
int stack_size
 
int stack_capacity
 

Detailed Description

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.

Field Documentation

◆ stack

double* jit_blocks_expr_context::stack

◆ stack_capacity

int jit_blocks_expr_context::stack_capacity

◆ stack_size

int jit_blocks_expr_context::stack_size

The documentation for this struct was generated from the following file: