1 |
Inhibitors of compiler optimizations include:
-
Memory Hierarchy (fpu/register/cache/main/disk)
-
Interaction with Garbage Collection
-
Thread memory model
-
Weak consistency of shared variables
-
Implicit shared variables
-
Exception handling
-
FP no intermediate results rules
|