6 ms·
Would this not require all impls to be in the same translation unit or the linker has to be explicitly aware of it?
by Gladdyu 8y ago
Would this not require all impls to be in the same translation unit or the linker has to be explicitly aware of it?
- v_lisivka 8y agoIn case of embedded firmware, all impls will be in same unit. In case of a program with linked libraries, only main program will know sizes of all possible impls.