Hacker News new | ask | show | jobs
by drewg123 42 days ago
One thing that makes me nervous about the increased use of SIMD in new ways is that more processes will be using SIMD. This, in turn, make context switches that much more expensive as the SIMD registers must be saved and restored when switching to a new process that also uses SIMD.
1 comments

Is this an actual, measurable, major issue or just a gut feeling? Context switches in general are suboptimal but pretty normal.