search for: b1aeeeb7

Displaying 2 results from an estimated 2 matches for "b1aeeeb7".

2019 Mar 29
2
Proposal for O1/Og Optimization and Code Generation Pipeline
...I think evaluating the tradeoffs is going to be key. I also have really no strong opinions and am happy to go where the data takes us. Thanks :) -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190328/b1aeeeb7/attachment.html>
2019 Mar 29
12
Proposal for O1/Og Optimization and Code Generation Pipeline
Hi All, I’ve been thinking about both O1 and Og optimization levels and have a proposal for an improved O1 that I think overlaps in functionality with our desires for Og. The design goal is to rewrite the O1 optimization and code generation pipeline to include the set of optimizations that minimizes build and test time while retaining our ability to debug. This isn’t to minimize efforts around