Y
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
monocasa
2976 days ago
No, it's still more or less a O(1) operation, it's just expensive to fully flush TLBs.
link