jmmartinez / easy-just-in-time

LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In-Time compiler.
BSD 3-Clause "New" or "Revised" License
511 stars 31 forks source link

Drop body of functions that are not used #33

Open jmmartinez opened 6 years ago

jmmartinez commented 6 years ago

E.g those whose bitcode and address is used but the native implementation is never called.