[PRL] PLDI Practice Talk TOMORROW, 2:30pm in 366 WVH

William J. Bowman wilbowma at ccs.neu.edu
Mon Jun 1 13:09:04 EDT 2015


Reminder:
My PLDI practice talk will be tomorrow, Tuesday, June 2nd, at 2:30pm in 366 WVH.


Profile-Guided Meta-Programming

Abstract:
Contemporary compiler systems such as GCC, .NET, and LLVM incorporate
profile-guided optimizations (PGOs) on low-level intermediate code and
basic blocks, with impressive results over purely static heuristics.
Recent work shows that profile information is also useful for performing
source-to-source optimizations via meta-programming.
For example, using profiling information to inform decisions about data
structures and algorithms can potentially lead to asymptotic
improvements in performance.

We present a design for profile-guided meta-programming in a
general-purpose meta-programming system.
Our design is parametric over the particular profiler and
meta-programming system.
We implement this design in two different meta-programming systems---the
syntactic extensions systems of Chez Scheme and Racket---and provide
several profile-guided meta-programs as usability case studies.

-- 
William J. Bowman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.ccs.neu.edu/pipermail/prl/attachments/20150601/1cc20fb5/attachment.pgp>


More information about the PRL mailing list