On Saturday, 7 April 2012 at 23:50:42 UTC, bearophile wrote:
Use the "naked" attribute and do it all by yourself?

Then I would also have to do the throw
a) fully by myself (with mangling, etc), or
b) at least get the stack frame in order so that the throw finds the stack the way it expects...

Keep also in mind that D functions that contain ASM don't get inlined in DMD (and probably elsewhere too).

Yes, but I don't have much of a choice here...

Cheers,
Stefan

Reply via email to