Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Dead Vtbody Elimination

Similar to dead code elimination in optimizing compilers. Dead Vtbody Elimination removes a vtbody that is not called by other vtbodies. An automated version of the transformation is also available that removes all vtbodies not called by others. For example, applying Dead Vtbody Elimination to the VT on the right side of Figure 3-2 would remove vtbody V2 B, which is no longer referenced by other vtbodies. This transformation is typically applied after Vtbody Inline Expansion. [Pg.47]

First, unnecessary microsubroutine calls can be eliminated by using Vtbody Inline Expansion to recursively expand all vtbodies inline, producing a single large vtbody if possible. Once this expansion has been performed. Dead Vtbody Elimination can be used to remove the vtbodies that are no longer referenced. [Pg.73]


See other pages where Dead Vtbody Elimination is mentioned: [Pg.47]    [Pg.228]    [Pg.47]    [Pg.228]   
See also in sourсe #XX -- [ Pg.47 , Pg.73 ]




SEARCH



DEAD

DeADeS

© 2024 chempedia.info