DynamoRIO / DynamoRIO/dynamorio
add support for combining multiple shared lib extensions into one
Open
Component-Build
Component-Extension
Migrated
Performance
Priority-Medium
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on June 14, 2012 12:28:39_
we're accumulating more and more extensions, and having them separate is
good for modularity and flexibility.
for LGPL clients, building many extensions as static libraries avoids the
overhead of loading many small shared libs. but some clients are not able
to statically link with LGPL extensions. this case is about adding cmake
support for combining many extensions into a single shared library.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=807_
Contributor guide
Assessment
This issue has not been assessed yet.