SRI-CSL / OCCAM

OCCAM: Object Culling and Concretization for Assurance Maximization
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Add a flag to always inline a specialized functions #23

Closed caballa closed 4 years ago

caballa commented 5 years ago

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

caballa commented 4 years ago

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