sholsapp / gallocy

A distributed shared memory infrastructure.
27 stars 9 forks source link

Implement libc static linking strategy. #20

Open sholsapp opened 8 years ago

sholsapp commented 8 years ago

We know based on https://github.com/sholsapp/gallocy/issues/15 that we make thorough use of the standard library. We need to implement a strategy for statically linking a standard library (or equivalent) to the library that we expose, otherwise we'll never be able to transparently replace the memory allocator.

sholsapp commented 8 years ago

Depending on https://github.com/sholsapp/gallocy/issues/30 we might not need this.