SRI-CSL/OCCAM

Add a flag to always inline a specialized functions

caballa opened this issue · 1 comments

For debloating purposes, a specialized function can only help reducing code if the specialized function is inlined.

Done in commit fb75226
Also, another flag to inline always bounce functions (functions generated by devirt)