Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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