[llvm-dev] [RFC] Making .eh_frame more linker-friendly (original) (raw)
George Rimar via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 27 04:45:42 PST 2017
- Previous message: [llvm-dev] [RFC] Making .eh_frame more linker-friendly
- Next message: [llvm-dev] [RFC] Making .eh_frame more linker-friendly
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What we gonna do next ? My plan is to prepare demo patch for LLD to stop parsing .ehframes
for GC step and benchmark the results with use of -gc-sections. It also can show amount of LLD code reduction/simplification we can have.
George.
Demo patch for LLD that stops parsing .eh_frame during GC stage
is: https://reviews.llvm.org/D40484. With it LLD GC code is slightly simpler.
I tested it both together with lib/mc patch for emiting multiple .eh_frames
(https://reviews.llvm.org/D40352) and along, it looks it has no any visible effect on
perfomance by itself.
George. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171127/a0c58acf/attachment.html>
- Previous message: [llvm-dev] [RFC] Making .eh_frame more linker-friendly
- Next message: [llvm-dev] [RFC] Making .eh_frame more linker-friendly
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]