• Kevin Modzelewski's avatar
    Templatize generator.next · 456384d8
    Kevin Modzelewski authored
    In theory should help with pyxl which throws a decent number
    of StopIterations from calling generator.next() directly, but
    pretty few of those calls actually make it into the llvm JIT
    to benefit from this.
    456384d8
generator.cpp 17.4 KB