Displaying 1 result from an estimated 1 matches for "472feb35".
2020 May 19
3
linker adaptability ...
hello folks,
I'm working to add runtime updating of code to the OCaml compiler
which in its bytecode
guise presents no barrier because there is only one linker and it is
written in that language and
full control is available.
With native code on the other hand, there is reliance on the system
linker and I got completely
lost examining the GNU ld/dl library source code.
The prospect of