Tagged Questions
11
votes
7answers
3k views
How to control which core a process runs on?
I can understand how one can write a program that uses multiple processes or threads: fork() a new process and use IPC, or create multiple threads and use those sorts of communication mechanisms.
I ...
1
vote
3answers
166 views
Dummy operations handling of Intel processor
Admittedly, I have a bit silly question. Basically, I am wondering if
there are some special mechanisms provided by Intel processors to efficiently
execute a series of dummy, i.e., NOP instructions? ...