|
|
|
|
|
by jessermeyer
1372 days ago
|
|
Thanks. Currently Odin would cache i on the stack for retrieval later, granting LLVM the ability to load it into a register if profitable with knowledge that after the read, `i` is constant, which bypasses the RAW hazard after the initial read. My view is that undefined behavior is a trash fire and serious effort should be undertaken to fix the situation before it gets even more out of hand. |
|