There something that Steve Gibson mentioned in his podcast (see post #9) that I didn't understand the full implication of until it had some time to percolate in my brain.
He said that hyper-threading didn't give a great performance advantage, maybe 10%. When I read the transcript yesterday, I thought "I wonder if he's right" but it blew past me. This morning I thought, if he's right, then it shouldn't be a big deal for people who are concerned about this bug to disable hyper-threading. So I tried this out on my 2012 quad-core Mini (the most convenient computer for me to use at this point), doing a HandBrake transcode of a 681MB, 720p video took 11:36 on my Mini with hyper-threading on. With it off, it took 13:37, so there was a 15% performance gain from hyper-threading. A second time the difference was 14%. (I used the Instruments app that comes with Xcode to turn hyper-threading on/off because it's convenient for me and doesn't require a reboot to effect the change.)
So if anybody is concerned about the bug, you're not going to pay a big performance penalty if you turn hyper-threading off, which will prevent the bug from occurring. ~15% is going to be the most one should see. If you only ever require two threads at any one time (4 threads if you have a quad-core computer), you will see no performance penalty. At some point if it's convenient, I'll may this out on my Skylake computer and see if there's any notable difference.
To turn off hyper-threading, from the Terminal, enter sudo nvram SMT=0 (to re-enable, enter sudo nvram -d SMT). The computer has to be re-booted for this to take effect. I haven't tried these commands out - it's what multiple people on the Internet works. If you're having a problem on one of the new 2017 MBP's and think that this bug is causing it and you're going to wait until Apple comes out with the fix, there's a good chance that the fix will come bundled with the next Sierra update. At that point, after you update and if your problem is fixed, you won't know if the Sierra update or the bug fix fixes your issue. And if you don't have a backup of the computer pre-update, you won't be able to revert back to ascertain whether this is true or not as the special Sierra version currently on the new MBP's will disappear once 10.12.6 is released.
So if this bug is bugging you, just turn off hyper-threading and leave the rest of us be.