Duplicate the dfunction_t descriptor with the addition of a pointer to the builtin function. More...
Data Fields | |
| dfunction_t * | descriptor |
| pr_int_t | first_statement |
| builtin_proc | func |
| pr_int_t | locals |
| pr_int_t | numparms |
| uint8_t | parm_size [MAX_PARMS] |
| pr_int_t | parm_start |
| pr_int_t | profile |
Duplicate the dfunction_t descriptor with the addition of a pointer to the builtin function.
Avoids a level of indirection when calling a builtin function.
| dfunction_t* descriptor |
| pr_int_t first_statement |
| builtin_proc func |
| pr_int_t locals |
| pr_int_t numparms |
| uint8_t parm_size[MAX_PARMS] |
| pr_int_t parm_start |
| pr_int_t profile |