Open xclerc opened 1 year ago
Not a lot of details at this point, but we are seeing cases whether an flambda2 fragment like the following one:
switch ... | 0 ↦ apply_cont k111 | 1 | ... dozens of cases ... | 111 ↦ apply_cont k222 | 99 ↦ apply_cont k333
ends up producing assembly code where the code related to k222 is being duplicated.
k222
That's interesting, do you have any further information ?
Not a lot of details at this point, but we are seeing cases whether an flambda2 fragment like the following one:
ends up producing assembly code where the code related to
k222
is being duplicated.