Displaying 4 results from an estimated 4 matches for "oao4u5fr3a9ok83ib_w4ejwvmnak4gre".
2013 Oct 07
5
[LLVMdev] Open work items with a small scope
...he realm of
compilers and optimizations.
Some areas/ideas we are especially interested in:
Adaption of Clang to support OpenMP (http://clang-omp.github.io/), but
haven't been able to contact one of the developers yet.
Profile-guided optimization:
https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
We are glad for any pointers, suggestions and other help.
Also feel free to answer me directly if you like.
-- Julian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131006/d7073f93/attachment.html>
2013 Oct 08
0
[LLVMdev] Open work items with a small scope
...s.
>
> Some areas/ideas we are especially interested in:
> Adaption of Clang to support OpenMP (http://clang-omp.github.io/), but
> haven't been able to contact one of the developers yet.
>
> Profile-guided optimization:
>
> https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
>
> We are glad for any pointers, suggestions and other help.
> Also feel free to answer me directly if you like.
> -- Julian
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>...
2013 Jun 12
6
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...my high-level plan and make sure I'm not
missing anything interesting out. I appreciate any feedback on this,
pointers to existing work, patches and anything related to PGO in LLVM.
I will be keeping changes to this plan in this web document
*https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
At a high-level, I would like the PGO harness to contain the following
modules:
Profile generators
These modules represent sources of profile. Mostly, they work by
instrumenting the user program to make it produce profile information.
However, other sources of profile information (e.g...
2013 Jun 12
0
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...> feedback on this, pointers to existing work, patches and anything
> related to PGO in LLVM.
Good grief. A whole lot of fail in my cut-n-paste job. Apologies.
>
> I will be keeping changes to this plan in this web document
>
> *https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
> *
You can read from the above or this:
At a high-level, I would like the PGO harness to contain the following
modules:
Profile generators
These modules represent sources of profile. Mostly, they work by
instrumenting the user program to make it produce profile information.
However...