October 23, 2013
David Nadlinger:

If we statically know that the array types match and
> that the
> members are POD types (in the sense of no overloaded equality
> operator), inlining the comparison would indeed be much faster, and
> would avoid messing around with TypeInfo altogether. Could you add an
> enhancement request for that?

Do you mean an DMD enhancement request in Bugzilla? Perhaps this is an optimization for the front-end.

Bye,
bearophile
October 23, 2013
On Wed, Oct 23, 2013 at 8:50 PM, bearophile <bearophileHUGS@lycos.com> wrote:
> Do you mean an DMD enhancement request in Bugzilla? Perhaps this is an optimization for the front-end.

No, I think this would need to be fixed in the glue layer, so https://github.com/ldc-developers/ldc/issues would be the place to go.

David
1 2
Next ›   Last »