Hey guys, so I'm thinking again of the problem of "delayed" compile time constants. I.e. a runtime function "accesses" a "constant", which is semantically computed in compile time after the "access". I would be willing to write an RFC and maybe even implement it, but I'd like to collect some insights of what would be the easiest way to achieve it, from implementation standpoint that is. Do I understand correctly that the main difficulty is that codegen phase is intermingled with the semantic phase?