Hacker News new | ask | show | jobs
by justincormack 4035 days ago
Yes you can call mmap with the ffi in LuaJIT just fine. It is not very complicated, it just asks the kernel to do it. Implementing what the kernel does, well that does need some assembly.
1 comments

Indeed we agree. Using any ffi for that matter.