Does rust have a compile option to insert Several nop instructions before each rust function?

100 views Asked by At

Like this: enter image description here

I want to insert a few nop instructions in front of each rust code, taking up a few instruction cycles. What compilation options can I do?

0

There are 0 answers