Condy to power constant lambdas

Remi Forax forax at univ-mlv.fr
Tue Aug 22 20:14:22 UTC 2017


Hi all,
i wonder if it's not better to use a condy instead of an indy when creating a constant lambda (a non capturing lambda).
It creates a constant a link time and not at JIT time, so it's faster for the interpreter, and c1.

Rémi


More information about the amber-dev mailing list