libdlbind icon indicating copy to clipboard operation
libdlbind copied to clipboard

Dynamic creation and update of ELF files, or: an allocator for JIT compilers

Results 5 libdlbind issues
Sort by recently updated
recently updated
newest added

The ability to map a loaded DSO `MAP_SHARED` seems powerful as a primitive. It's worth thinking about this more generally. It brings some image-like qualities to Unix systems. Does it...

Currently we leave temporary shared objects lying around the filesystem, which is not good. If they were POSIX shared-memory objects, the cleanup semantics might be different/nicer and a pathname might...

It's overkill to keep a libsystrap submodule in here just for building an example. We can use `seccomp` instead... it's not great in general but it will be fine for...

I think it needs a particular `NOTE` section adding.

I think I've never implemented this. It does not *seem* hard. Why not do it?