Displaying 3 results from an estimated 3 matches for "cgo2016".
Did you mean:
cgo2017
2015 Dec 13
4
CFP for the 6th European LLVM conference on March 17-18, 2016 in Barcelona, Spain
...nd is not restricted to those from
Europe - attendees from all regions are welcome !
EuroLLVM 2016 will be held at Princesa Sofia Hotel (
http://www.princesasofia.com/en), collocated with the International
Compiler Construction conference (http://cc2016.eew.technion.ac.il/) and
CGO (http://cgo.org/cgo2016/)
We invite academic, industrial and hobbyist speakers to present their work
on developing or using LLVM, Clang, etc. Proposals for technical
presentations, posters, workshops, demonstrations and BoFs are welcome.
Material will be chosen to cover a broad spectrum of themes and topics at
various de...
2015 Dec 17
2
RFC: Hotness thresholds in profile header
...ions that can amplify (rerolling) or appear to amplify (TRE) or diminish BB counts, and how you'd go about reclassifying block hotness.
yes -- this is more of a problem for Sample based FDO because the
samples are collected after such transformations. We have a paper
discussing that (to appear cgo2016).
thanks,
Dvaid
>
>
> -----Original Message-----
> From: Xinliang David Li [mailto:davidxl at google.com]
> Sent: Wednesday, December 16, 2015 9:47 PM
> To: Andy Ayers <andya at microsoft.com>
> Cc: Easwaran Raman <eraman at google.com>; llvm-dev at lists.llvm.or...
2015 Dec 17
2
RFC: Hotness thresholds in profile header
On Wed, Dec 16, 2015 at 6:00 PM, Andy Ayers <andya at microsoft.com> wrote:
> I’ve done similar rankings with profile data and found it worked out pretty
> well.
>
>
>
> In my case it was ranking function hotness but the idea was similar: sort by
> weight, compute various percentile cutoff points, and use those to classify.
> I put in some compensation for truly