Pending TODOs

  • Port "Use large pages"
  • Replace .align in asm files with .p2align, since .align is defined differently on Darwin and Linux
  • current_stack_pointer() and the equivalent for frame pointer should use gcc intrinsic functions under GNUC, when those exist, rather than inline asm
    • recommended by clang team
  • No labels