!!!Please add intrinsics module for DMD DRuntime!!!

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 23 07:24:03 PST 2016


On 2016-11-22 20:43, Ilya Yaroshenko wrote:

> DMD can recognise code patterns and replace them with hardware
> functions. I never seen that it can replace bodies. Why do you think it
> can? Have you disassembler DMD the code with your PR?

Here are all the built-in functions [1]. It's looking at the mangled name.

[1] https://github.com/dlang/dmd/blob/master/src/builtin.d#L186

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list