Normally I'd agree, but in this case it might be worth it... for windows ce specifically, jeff muizelaar wrote a decompiler a while ago that could generate msvc assembly from compiled gcc code, which seemed to be a good way to go. MSVC doesn't do inline assembly on ARM anyway, so it would need to be done either way.
> >The downside of using assembly directly is the need to care about ABI, stack >alignment, dealing with r9 register, etc. It is not a big problem to target >ARM EABI in linux. But the other platforms running on ARM (windows, >apple, ...) may potentially have troubles or have assembly optimizations >disabled. - Vlad _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
