Should modules no longer use __precompile__()?

Reading the docs for 0.7, only __precompile__(false) is mentioned. It seems like modules are now precompiled be default, so is putting a __precompile__() statement at the top of a module still recommended?

I think you still need that if you want your module to work the same way both with v0.6 and >v0.7.

Thanks!