selfrando icon indicating copy to clipboard operation
selfrando copied to clipboard

Optimize away export trampolines in statically-linked binaries

Open ahomescu opened this issue 6 years ago • 0 comments

For statically-linked binaries where we can determine that no shared libraries ever get loaded, i.e., dlopen is never called, we could try to optimize away export trampolines, at least in some cases.

ahomescu avatar Jan 17 '19 23:01 ahomescu