Serkan Muhcu

Results 4 issues of Serkan Muhcu

When a resumption is called within itself, it leads to a region being a subregion of its copy. Here is an example where a resumption is captured in `f` and...

bug
area:llvm

Alternative to #636. The meta-stack now stays movable and only prompts have a stable address.

@phischu I hate how this turned out. When allocating into a region, we cannot know the answer type of that region. This makes it impossible to push a regular return...

Separates the meta-stack (now in stable address) from first class stacks. This gets slower in some cases. Likely because we now copy the spine eagerly, and it might get better...

area:llvm