Required DMD changes for Mir and few thoughts about D future

Ilya Yaroshenko via Digitalmars-d digitalmars-d at puremagic.com
Sat Oct 8 11:10:14 PDT 2016


On Saturday, 8 October 2016 at 17:26:17 UTC, Martin Nowak wrote:
> On Monday, 26 September 2016 at 18:43:38 UTC, Ilya Yaroshenko 
> wrote:
>> 4. Generic unaligned load/store like (like LDC loadUnaligned 
>> and storeUnaligned)
>
> See 
> https://github.com/MartinNowak/druntime/blob/23373260e65af5edea989b61d6660832fedbec15/src/core/internal/arrayop.d#L78.

Could you please give an example how it works for user?
I mean aligned vs unaligned.

Does this is always inlined intrinsic (i mean this function has 
not any its machine code in the object file / library e.g. always 
inlined into the function body even in debug compilaiton)?



More information about the Digitalmars-d mailing list