dynamix icon indicating copy to clipboard operation
dynamix copied to clipboard

Moving more C++ code to C

Open iboB opened this issue 1 year ago • 1 comments

Generally a lot of the existing C++ code can be moved to C so that functions could be inlined there as well.

Note extra care must be taken, so that we can maintain exception safety: no extern "C", no function pointer leaks, that would break ODR

Is the effort worth it?

iboB avatar Mar 19 '23 11:03 iboB