Created
February 2, 2015 16:11
-
-
Save wilbowma/9491069021fa8c44ce3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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