DDE
David Feugey (2125) 2709 posts |
Is there any public (or private, under NDA) informations about jopcodes used by DDE? |
Rick Murray (539) 13840 posts |
Ah, I’ve just posted on your mailing list regarding this. Damn, I could have written it here in English. ;-) To recap – a brief examination of parts of the DDE suggest that:
This leaves:
Which says to me that unless there are some hidden command line options, even if the “jopcodes” were described and detailed, there would be no way to make use of them. It is simply a stage the compiler goes through between C and ARM code. |
Rick Murray (539) 13840 posts |
Nothing stands out. Through looking through the code in Zap, some of the messages are interesting: Dynamic initialisation too weird (structure). I wonder what triggers that? Or tentative definition confusion, that’s me on a Monday morning. |
Rick Murray (539) 13840 posts |
At the end of the cc (offset +&94F1C) there appears to be a list of VFP instructions. Is this for inline assembly? I’m asking because it would be nice if there was a switch in cc that permitted the use of VFP instead of the default FPE for FP ops in C. |
David Feugey (2125) 2709 posts |
Arg, not cool :| |