Access 'this' in inline assembly

Emil Madsen sovende at gmail.com
Mon Mar 7 11:45:21 PST 2011


On 7 March 2011 20:37, Simen kjaeraas <simen.kjaras at gmail.com> wrote:

> Martin Kinkelin <noone at spam.com> wrote:
>
>  Thanks,
>>
>> movups XMM0, [EAX];
>>
>> works. The SSE version takes more than 160% of the run-time compared to
>> the naive
>> version though. ;)
>>
>
> Yup. Functions using inline assembly are never inlined, so that's rarely
> a good reason to use it.
>
> --
> Simen
>

Is this just a fact of the current state of dmd, or is it by design? - and
if thats the case, why?

-- 
// Yours sincerely
// Emil 'Skeen' Madsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20110307/235d0631/attachment.html>


More information about the Digitalmars-d-learn mailing list