On Fri, 12 Jun 2026 14:51:58 +0200 "Markus Schneider-Pargmann" <[email protected]> wrote:
> fgraph_data = fgraph_reserve_data(gops->idx, reserved_words * sizeof(long)); > > fgraph_reserve_data() returns a pointer into an unsigned long array > ret_stack. ret_stack is allocated with Correct. It is in fact a requirement that fgraph_reserve_data() returns a long aligned pointer. -- Steve
