Skip to content

Draft: Fix #195: use relocatable stacks everywhere

Raymond Toy requested to merge issue-195b-relocatable-stacks-by-default into master

This is a continuation of make relocatable stacks the default everywhere. This is already the default for x86 (Linux and Darwin) and sparc.

This removes CONTROL_STACK_START and BINDING_STACK_START for the other OSes.

Merge request reports