Optimize execute caches: avoid indirect jumps if possible.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 30 Dec 2018 21:26:16 +0000 (21:26 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 13 Aug 2019 14:37:02 +0000 (14:37 +0000)
commit836e0a4bb317d7244c99b4dba135bd69511f22ef
treef738fb32adeaf4a58c5987121ec94eea6afe4342
parent09b4d9204b0934205e576b9a615bb8037ea447c4
Optimize execute caches: avoid indirect jumps if possible.

No change to the compiled code interface: this just generates faster
code in execute caches if it can.
src/microcode/cmpintmd/x86-64.c