Comment # 1
on bug 114
from Johannes Pfau
Created attachment 64 [details]
Patch to add @attribute("naked")
Can you test this patch please?
(I was kinda surprised it didn't have an effect on x86 till I read that it's
only supported on some architectures and not on x86...)
@Iain
Do you think we should include such system-specific attributes? Naked is also
special in that dmd already has a 'generic' syntax for it, but it's tied to
DMD-style inline asm.
I also had to add a noclone attribute because naked automatically sets noclone.
Do you think we should somehow hide 'noclone' from @attribute / user code?