HewlettPackard / mds

Managed Data Structures
GNU General Public License v3.0
27 stars 5 forks source link

Work around PIC inefficiencies #20

Open EvanKirshenbaum opened 7 years ago

EvanKirshenbaum commented 7 years ago

[imported from HPE issue 76]

If PIC is used, we can probably get around some of the inefficiencies (e.g., adding the base to the offset requiring a GOT lookup) by using anonymous namespaces to get a version in each compilation unit.