mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
39eb322820
Before this commit we dropped the body altogether. This was bad because dropping the body of a Function also clears metadata, preventing the propagation of FunctionTags from revng. Now all the functions that are not isolated are simply marked optnone noinline, so that all the optimizations we do for decompilation are only restricted to isolated functions.