Optimization problem: bulk Boolean operations on vectors

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 23 17:45:12 PST 2016


On 12/23/2016 5:06 PM, hardreset wrote:
> I patched up the prolog code and timed it and it came out identical to my asm. I
> tried the ptrdiff C-like code and that still comes out 20% slower here. I'm
> compiling with...
>
> rdmd test.d -O -release -inline
>
> Am I missing something? How do I get the asm output?

dmd test -O
obj2asm test.obj



More information about the Digitalmars-d mailing list