|
|
|
|
|
by bogomipz
3513 days ago
|
|
>"and also a lot more expensive, depending on the call, when you factor in the full cost of the cache that gets clobbered." But a syscall doesn't necessarily mean a context switch right? It's just a mode switch if the kernel is servicing the syscall on behalf of the same process. The cache wouldn't get clobbered then because the kernel is mapped into the top of every process, for just this reason. Or am I misunderstanding what you are saying? |
|