fitzgen opened issue #6050:
Right now they are emitted inline right after the code that evaluates the table index and loads the target out of the table. This seems like it could waste instruction pipeline bandwidth and icache space. Might be better to emit them at the end of the function, similar to @alexcrichton's recent changes for emitting
MInst::TrapIf
's trap instructions at the end of the function. Would need to integrate with the whole islands business, of course.
fitzgen labeled issue #6050:
Right now they are emitted inline right after the code that evaluates the table index and loads the target out of the table. This seems like it could waste instruction pipeline bandwidth and icache space. Might be better to emit them at the end of the function, similar to @alexcrichton's recent changes for emitting
MInst::TrapIf
's trap instructions at the end of the function. Would need to integrate with the whole islands business, of course.
Last updated: Nov 22 2024 at 17:03 UTC