package bap-optimization
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A BAP plugin that removes dead IR code
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v2.3.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea
    
    
  md5=13f2cb1e3b9d90348852252fb0f2d09f
    
    
  Description
A pass that conservatively removes dead code in the generated IR. The removed dead code is usually produced by a lifter, though it might be possible that a binary indeed contains a dead code. The algorithm doesn't remove variables that are stored in memory, only registers are considered.
Published: 04 Jun 2021
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page