You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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