top | item 45088439 (no title) WanderPanda | 6 months ago I think modularization of templates is really hard. Best thing I can think of is a cache e.g. for signatures. But then again this is basically what the mangling already does anyways in my understanding. discuss order hn newest fooker|6 months ago Not just signatures, you need the whole AST more or less.This seems incredibly wasteful, but of course still marginal better than just #including code which is the alternative.
fooker|6 months ago Not just signatures, you need the whole AST more or less.This seems incredibly wasteful, but of course still marginal better than just #including code which is the alternative.
fooker|6 months ago
This seems incredibly wasteful, but of course still marginal better than just #including code which is the alternative.