Y
Hacker News
new
|
ask
|
show
|
jobs
by
kindfellow92
3086 days ago
This trick doesn’t avoid the storage of this data into RAM. A single context switch is enough.
1 comments
Dylan16807
3085 days ago
Context switches put it into
kernel
memory, not
process
memory. That's safe.
link