Skip to content

Instantly share code, notes, and snippets.

@wilbowma
Created February 2, 2015 16:11
Show Gist options
  • Select an option

  • Save wilbowma/9491069021fa8c44ce3d to your computer and use it in GitHub Desktop.

Select an option

Save wilbowma/9491069021fa8c44ce3d to your computer and use it in GitHub Desktop.
#lang scribble/sigplan @preprint @10pt
@(require scriblib/footnote)
@(require "bib.rkt")
@title{Profile-Guided Meta-Programming}
@(authorinfo "William J. Bowman" "Northeastern University" "[email protected]")
@(authorinfo
(elem "Swaha Miller" (note "Author is currently affiliated with VMware, Inc ([email protected])"))
"Cisco Systems, Inc"
"[email protected]")
@(authorinfo "Vincent St-Amour" "Northeastern University" "[email protected]")
@(authorinfo "R. Kent Dybvig" "Cisco Systems, Inc" "[email protected]")
@include-abstract{abstract.scrbl}
@include-section{intro.scrbl}
@include-section{example.scrbl}
@include-section{design.scrbl}
@include-section{implementation.scrbl}
@include-section{case-studies.scrbl}
@include-section{related.scrbl}
@include-section{conclusion.scrbl}
@(generate-bibliography)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment