They're just more typing for the developer. The toolchain doesn't have issues with long symbols, by C++ name mangler standards those aren't even barely long symbols.
Ok I see, so should I just…
Just wondering: Do we really need thhe IRRT prefix? The symbol names are super long and I think
__nac3
prefix is enough?
They might be enough indeed. After all I think the purpose of the…
Oh here as the names are getting more, I just thought that since there are still some places in the following code that these names repeatedly appear (especially when adding inline attributes, and in…
I've reimplemented it based on your code. Can we delete the
power_operator
branch?
Thanks! Sure, let me delete power_operator
branch and open up a new branch to handle the irrt linking…
Done in nac3artiq. @ychenfo can I leave it to you to send another PR that implements the same linking system from nac3artiq in nac3standalone (output a single .o via link_module in LLVM) and the…