module RiSC16::Dce

Overview

Dead code elimination

Defined in:

assembler/dce.cr

Class Method Summary

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.


[View source]