SRI-CSL/OCCAM

No specialization of internal functions?

Closed this issue · 2 comments

It seems that OCCAM doesn't specialize a function call if the function is defined in the same module that the call. This is done in src/StrategySpecializer.cpp at line 123.

We should have at least a flag to allow users to decide.

Can never have enough flags.

OCCAM has new flags to choose whether enabling or not specialization of both inter-module and intra-module callsites. The user can also choose the kind of specialization policy.