// Constexpr wrapper class for string literals, should be constructed with a string literal, and provides char* and length values. // The constructor copies data to a char buffer (should be done at ...
It is assumed that the number of registers are unlimited (which is not the case in real life), reusing registers would be more realistic. (define (extractConstant input registerCount) (let* ...