Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_eval_local_t Struct Reference

Per-thread eval-related state structure. More...

#include <eval.h>

Collaboration diagram for reduct_eval_local_t:

Data Fields

struct reduct_eval_frame * frames
 
size_t frameCount
 
size_t frameCapacity
 
reduct_handle_tregs
 
size_t regCount
 
size_t regCapacity
 

Detailed Description

Per-thread eval-related state structure.

Definition at line 41 of file eval.h.

Field Documentation

◆ frames

struct reduct_eval_frame* reduct_eval_local_t::frames

Definition at line 43 of file eval.h.

◆ frameCount

size_t reduct_eval_local_t::frameCount

Definition at line 44 of file eval.h.

◆ frameCapacity

size_t reduct_eval_local_t::frameCapacity

Definition at line 45 of file eval.h.

◆ regs

reduct_handle_t* reduct_eval_local_t::regs

Definition at line 46 of file eval.h.

◆ regCount

size_t reduct_eval_local_t::regCount

Definition at line 47 of file eval.h.

◆ regCapacity

size_t reduct_eval_local_t::regCapacity

Definition at line 48 of file eval.h.


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