Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    b7271901
    o Add another function to check for other places that can't be malloc · b7271901
    rtoy authored
      areas.  For sparc, this means anything below the end of the text
      section (to capture undefined_tramp and closure_tramp and some weird
      pointer object in the middle of call_into_c).  For darwin/x86, we
      ignore 0xffffffe9.  Needs to be checked on other OSes and
      architectures.
    o Move the switch statement of allowed static arrays into its own
      function.
    b7271901
    History
    o Add another function to check for other places that can't be malloc
    rtoy authored
      areas.  For sparc, this means anything below the end of the text
      section (to capture undefined_tramp and closure_tramp and some weird
      pointer object in the middle of call_into_c).  For darwin/x86, we
      ignore 0xffffffe9.  Needs to be checked on other OSes and
      architectures.
    o Move the switch statement of allowed static arrays into its own
      function.