Skip to content
  • Rafael Espindola's avatar
    0e090522
    Read section headers upfront. · 0e090522
    Rafael Espindola authored
    Instead of storing a pointer, store the members we need.
    
    The reason for doing this is that it makes it far easier to create
    synthetic sections. It also avoids reading data from files multiple
    times., which might help with cross endian linking and host
    architectures with slow unaligned access.
    
    There are obvious compacting opportunities, but this already has mixed
    results even on native x86_64 linking.
    
    There is also the possibility of better refactoring the code for
    handling common symbols, but this already shows that a custom class is
    not necessary.
    
    llvm-svn: 285148
    0e090522
    Read section headers upfront.
    Rafael Espindola authored
    Instead of storing a pointer, store the members we need.
    
    The reason for doing this is that it makes it far easier to create
    synthetic sections. It also avoids reading data from files multiple
    times., which might help with cross endian linking and host
    architectures with slow unaligned access.
    
    There are obvious compacting opportunities, but this already has mixed
    results even on native x86_64 linking.
    
    There is also the possibility of better refactoring the code for
    handling common symbols, but this already shows that a custom class is
    not necessary.
    
    llvm-svn: 285148
Loading