This implements NOP module initializer elision. Each CMI gains a new
flag informing importers whether its initializer actually does something
(initializers its own globals, and/or calls initializers of its
imports). This allows an importer to determine whether to call it.
nathan
--
Nathan Sidwell