Chromium Code Reviews
Description[gcc] Add clobber FLAGS_REG to NaCl indirect jumps
Compiler must know that NaCl indirect jump clobbers FLAGS register.
For call and return this is probably not important, as FLAGS is always clobbered by call.
For computed goto and switch, this IS important, so added explicit clobber.
TEST=very hard to reproduce, we only suspect this bug was the reason for LLVM miscompilation.
BUG=
Patch Set 1 #
Total comments: 3
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||