Skip to content

rts: Introduce ip_STACK_FRAME

Ben Gamari requested to merge wip/ip_stack-frame into master

While debugging it is very useful to be able to determine whether a given info table is a stack frame or not. We have spare bits in the closure flags array anyways, use one for this information.

Merge request reports