back

by Rochus·8mo ago·view on hn ↗
I assume it is generating Go as an "intermediate language". What's the percentual overhead of this, are measurements available? Even if Go's AST and IRs are "internal", the source is still available and one could in principle directly adapt to this IR from the Dingo frontend. I ask myself, whether this would bring a significant advantage (mostly in terms of latency and throughput, maybe in terms of source level debugging). Does anyone have an experience founded answer?