zink
zink copied to clipboard
Introduce compiler options for external functions
Describe the feature
The external functions could be embedded into the main code or just stay in the code section, it actually depends on how many times the required functions is used, need some kind of analyzer to pre-calculate the performance
Solution
No response