[GSoC 2019] Interested in Baremetal D Runtime and project ideas

Stefanos Baziotis sdi1600105 at di.uoa.gr
Tue Apr 9 14:52:52 UTC 2019


On Tuesday, 9 April 2019 at 00:14:09 UTC, Mike Franklin wrote:
> I actually neglected to consider something here.  I think the 
> compiler actually recognizes calls to memcpy and replaces them 
> so it may not actually be making function calls for each of 
> these.  Nevertheless, if this were implemented as a template in 
> the runtime, there would be no need any compiler magic, which 
> would make the compiler just that much simpler to implement and 
> maintain.
>
> Mike

How do we know that? I guess yes the compiler could have done 
that but
don't we need a look in asm?

I get the general point though, good call.

- Stefanos


More information about the Digitalmars-d mailing list