Maybe people will jump on me for saying this, but one objection I have to
using assembly is that the assembly language feature on gcc seems
a) awfully complicated, requiring more detailed knowledge of how the compiler
works than most programmers have.
b) certainly more complicated than comparable features in other compilers,
e.g. Borland C.
c) not that well documented
We find in the Ada world (where we have duplicated the C assembly language
feature more or less 100% exactly), that our customers almost always have to
ask us for help in getting asm inserts correct.
The GNU-C feature here is very powerful, but really not very easy to use!
I also find that introducing asm for this purpose is unnecessarily non-portable.
Yes in some cases, we are talking about very target specific code, but in other
cases the code is not so target specific, and it is desirable to stay within
C if possible.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/