Custom calling conventions

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Feb 21 06:18:09 PST 2012


On 2/21/12 5:19 AM, Gor Gyolchanyan wrote:
> This is just what I needed. I need to create a new calling convention
> to implement dynamic data typing without resorting to incredibly slow
> and cumbersome Variant.

If Variant is incredibly slow, that's a bug. It's a tagged union so for 
many types it's simply the data and one extra word.

Andrei




More information about the Digitalmars-d mailing list