Hacker News new | ask | show | jobs
by dsign 2976 days ago
Thanks for clarifying! Is whatever the kernel does now in transition to user space expensive because it's somehow proportional to the amount of actual memory that the kernel is using or has reserved?
1 comments

No, it's still more or less a O(1) operation, it's just expensive to fully flush TLBs.