On Thu Nov 3 19:10:23 2022 +0000, Zebediah Figura wrote:
Propagating const to more functions is probably desirable in general. The problem is that it may be a losing battle, given "bytecode_offset". I'm not sure that avoiding that would be an improvement, though...
Personally I like to have everything as `const` as possible, but (in general) not at the expense of casting away `const`.