4 ms·
This trick doesn’t avoid the storage of this data into RAM. A single context switch is enough.
by kindfellow92 9y ago
This trick doesn’t avoid the storage of this data into RAM. A single context switch is enough.
- Dylan16807 9y agoContext switches put it into kernel memory, not process memory. That's safe.