/g/ents, i need your help with something about simultaneous multithreading (smt). now i know a data race condition occurs when two threads act on the same memory address. and that each cpu core has its own registers. i'm just wondering about the threads within a core when they are operating the same process. even with smt i need to ensure synchronization right?
