[coldfire-gnu-discuss] Control deferred writes?

42Bastian list-bastian.schick at sciopta.com
Fri Dec 3 14:38:26 UTC 2010


Am 03.12.2010 15:28, schrieb Oliver Betz:
> Hallo All,
> 
> can I tell gcc not to defer writes, possibly only to certain 
> variables?

No, not at all. If you need such, write assembly.

The compiler has no idea of the underlying hardware.
It might schedule instructions if it knows the CPU core, but not w.r.t.
bus timing.

-- 
42Bastian
+
| http://www.sciopta.com
| Fastest direct message passing kernel.
| IEC61508 certified.
+



More information about the coldfire-gnu-discuss mailing list