Hacker News new | ask | show | jobs
by xyproto 798 days ago
Could it be enabled with a define or other compile-time mechanism for Linux?
1 comments

Yeah, I could just use that flag on Linux and let the kernel do more work but I'm afraid I might have to add more logic for looping for a failed mmap only for linux, and more ifdefs usually mean I'm doing something wrong. I'd rather roll with my current strategy (finding a safe pivot and keep bumping without checking anything)