Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    951611cf
    Add RELOCATABLE_STACK_START to control stack spaces · 951611cf
    Raymond Toy authored
    When RELOCATABLE_STACK_START is defined, the control stack, binding
    stack, and sigalt stack are located wherever mmap finds room for them.
    
    Currently only implemented for Darwin, but should work for linux and
    solaris.  We enable this by default on Darwin now.
    951611cf
    History
    Add RELOCATABLE_STACK_START to control stack spaces
    Raymond Toy authored
    When RELOCATABLE_STACK_START is defined, the control stack, binding
    stack, and sigalt stack are located wherever mmap finds room for them.
    
    Currently only implemented for Darwin, but should work for linux and
    solaris.  We enable this by default on Darwin now.