[][src]Module walrus::passes::gc

Removes any non-referenced items from a module

This commit will remove functions, data, etc, that are not referenced internally and can be safely removed.

Functions

run

Run GC passes over the module specified.