Files
Ondrej Zajicek (work) 9654b1416e Filter: Improve handling of stack frames in filter bytecode
When f_line is done, we have to pop the stack frame. The old code just
removed nominal number of args/vars. Change it to use stored ventry value
modified by number of returned values. This allows to allocate variables
on a stack frame during execution of f_lines instead of just at start.

But we need to know the number of returned values for a f_line. It is 1
for term, 0 for cmd. Store that to f_line during linearization.
2022-03-10 02:02:32 +01:00
..
2022-02-06 23:42:10 +01:00
2021-06-17 16:56:51 +02:00
2021-06-17 16:56:51 +02:00
2021-06-17 16:56:51 +02:00