module RiSC16::Dce
Overview
Dead code elimination
Defined in:
assembler/dce.crClass Method Summary
-
.optimize(objects)
Remove weak sections fragments from objects if they does not export a symbol actualy referenced (directly or indirectly) By a a non weak sections fragments.
Class Method Detail
def self.optimize(objects)
#
Remove weak sections fragments from objects if they does not export a symbol actualy referenced (directly or indirectly) By a a non weak sections fragments.