Walter Bright:
> Naked is not an externally visible attribute of a function, signature or 
>   type, it only concerns the internals. Therefore, it shouldn't be an 
> attribute.

On the other hand I agree with them that currently "naked" is not in the best 
place. So let's try another alternative:

void foo() {
  @naked asm {
    ...
  }
}

(To do that attributes have to be usable inside functions too).

Bye,
bearophile

Reply via email to