Use getcontext/setcontext rather than twiddling %rip master
authorMatt Mullins <mmullins@mmlx.us>
Sat, 21 Sep 2013 23:17:58 +0000 (23:17 +0000)
committerMatt Mullins <mmullins@mmlx.us>
Sat, 21 Sep 2013 23:17:58 +0000 (23:17 +0000)
commite022fd1f62fc493d3ed5a3fdfb4937d17d55b986
treebfe225dbe29430629207a11c24babcbb320f08d2
parentccbaa3e1b09afae32e5ec9c5a6e4325a8e5b5c6a
Use getcontext/setcontext rather than twiddling %rip

This technically slows the main loop down a little, but makes it a lot less
machine-specific code.
mmap_everything.c