Let me ask how native code is used actually on GCC and AS.
Is it true that most of usage is the following two?
- injecting a few lines by "__asm__" of GCC on C/C++ codebase.
- writing a lot of lines by AS utility and building a full native function.
what I want to make sure is the above running satisfies most of running
that GCC aims, other running outside of it isn't important for GCC and
can be handled as quite limited niche running.
https://github.com/mb3h/as-
Through making patch that I posted in the same, I've figured out that
reading GCC working structure correctly takes me high cost and that
testing rule is strict, so I guess I can't pay the cost needed for
aiming the same on GCC easily if my approach would be also helpful on GCC.
But even if it's so, I've felt like making sure my cognition matching
with official means something.
If this asking is unsuitable for "gcc" mailing-list, let me know it.