Personally I would be very wary of any code distributed as precompiled. There is no way to inspect it and see if it does anything malicious, like open files, send data over the Internet, or even delete files.
See the post about Lua security:
http://www.gammon.com.au/forum/?id=10503
I strongly advise MUSHclient users from installing any plugin or other module which is supplied in pre-compiled form. The same would apply if you are required to run a .exe or .dll file.
The speed improvements that might be obtained from precompiling would be minor, and the possible security breaches could be major.
At least when code is supplied in "normal" plugins, which are fairly human-readable, or Lua modules, which are readable if you know Lua, there is a reasonable chance that someone would detect any attempts to compromise the target computer.
See the link above for suggestions about being wary of certain plugins.