Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    522ebee0
    o Fix typo. · 522ebee0
    rtoy authored
    o When PPC_FUN_HACK is not defined, the raw_addr slot of an fdefn
      object should be on a word boundary, so change undefined_tramp and
      closure_tramp to be on such a boundary.  Previously, these had a
      lowtag of 1.  With this change, can we get rid of the other parts of
      a function definition that we don't use?
    522ebee0
    History
    o Fix typo.
    rtoy authored
    o When PPC_FUN_HACK is not defined, the raw_addr slot of an fdefn
      object should be on a word boundary, so change undefined_tramp and
      closure_tramp to be on such a boundary.  Previously, these had a
      lowtag of 1.  With this change, can we get rid of the other parts of
      a function definition that we don't use?