Jeff Linahan via llvm-dev
2020-Apr-26 17:50 UTC
[llvm-dev] exception handling optimization
Hello LLVM devs, I would like to start a project to optimize exception handling in clang. If anyone in interested in helping, please let me know. Thanks, Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200426/fe396fa3/attachment.html>
Anton Korobeynikov via llvm-dev
2020-Apr-26 19:29 UTC
[llvm-dev] exception handling optimization
Maybe you could start by writing a RFC describing the rationale, the approach, etc.? On Sun, Apr 26, 2020 at 8:50 PM Jeff Linahan via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hello LLVM devs, > > I would like to start a project to optimize exception handling in clang. If anyone in interested in helping, please let me know. > > Thanks, > Jeff > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University
Jeff Linahan via llvm-dev
2020-Apr-26 21:06 UTC
[llvm-dev] exception handling optimization
Ok awesome. I don't feel I understand LLVM well enough yet to describe the approach, but the rationale would basically be to bring exceptions closer to obeying the zero-overhead principle. I'll keep researching and keep in touch, Jeff On Sun, Apr 26, 2020 at 3:30 PM Anton Korobeynikov <anton at korobeynikov.info> wrote:> Maybe you could start by writing a RFC describing the rationale, the > approach, etc.? > > On Sun, Apr 26, 2020 at 8:50 PM Jeff Linahan via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hello LLVM devs, > > > > I would like to start a project to optimize exception handling in > clang. If anyone in interested in helping, please let me know. > > > > Thanks, > > Jeff > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > -- > With best regards, Anton Korobeynikov > Department of Statistical Modelling, Saint Petersburg State University >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200426/8f9a5231/attachment.html>