So the bottom tap zone is optional now and will be removed by default in the future.
This should fix #400 and fix #300.
This should finish the work to make all globals to local variables. That allows LuaJIT to properly compile things by interning the references to the relevant parts (rather than looking up globals all the time which stops a trace).