Skip to content
Snippets Groups Projects
  1. Jan 28, 2013
    • Avi Kivity's avatar
      exceptions: use a separate exception stack · 7f223053
      Avi Kivity authored
      Exceptions are challenging on x64 because the ABI reserves 128 bytes below
      %rsp for local variables; this will be overwritten by an exception or
      interrupt.  We can't use -mno-red-zone because the payload may not have been
      compiled for it.  Instead, use the interrupt stack stack table mechanism
      and a separate stack for exceptions.  May fix random corruptions when timers
      are used.
      7f223053
    • Avi Kivity's avatar
      gdb: adjust for release builds · 4cda9ad1
      Avi Kivity authored
      Look up the build directory from the running object.
      4cda9ad1
  2. Jan 27, 2013
  3. Jan 24, 2013
Loading