Following the split of the compiler into 3 parts in #87092, the resolution of jump targets is still in the optimizer, but it should move to the assembler.
There are also a few operations in compile.c that could move into the optimizer.
Linked PRs
Reactions are currently unavailable
Following the split of the compiler into 3 parts in #87092, the resolution of jump targets is still in the optimizer, but it should move to the assembler.
There are also a few operations in compile.c that could move into the optimizer.
Linked PRs