4 ms·
Mabie hand-rolling LLVM IR representations would count.
by aDyslecticCrow 11d ago
Mabie hand-rolling LLVM IR representations would count.
- jpollock 11d agoDoesn't assembly allow devs to ignore speculative execution as well? You can place LFENCE(x86)/CSDB(arm) around code blocks, but you can do that in C too.