This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On May 7, 2003, Michael Eager <eager@eagercon.com> wrote:
If you take the view that "a <op>= b" involves a read and a write, then
translating it into load/operate/store is correct.
But then, so is a single instruction that loads, operates then stores, right? The thing is that GCC doesn't ever give such instruction a chance if the variable is volatile.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |