# | Line 57 | Line 57 | union cacheline { | |
---|---|---|
57 | blockinfo_t * bi; | |
58 | }; | |
59 | ||
60 | + | /* Use new spill/reload strategy when calling external functions */ |
61 | + | #define USE_OPTIMIZED_CALLS 0 |
62 | + | #if USE_OPTIMIZED_CALLS |
63 | + | #error implementation in progress |
64 | + | #endif |
65 | + | |
66 | /* (gb) When on, this option can save save up to 30% compilation time | |
67 | * when many lazy flushes occur (e.g. apps in MacOS 8.x). | |
68 | */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |