Files
revng-revng/lib/FilterForDecompilation
Pietro Fezzardi 39eb322820 FilterForDecompilation: mark Functions optnone
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.
2021-04-27 21:19:06 +02:00
..