dissertation/TSW/main.tex

31 lines
680 B
TeX

\documentclass[journal]{IEEEtran}
\input{incl}
\begin{document}
\title{Analysis of Speedup Gain of Undefined Behavior Optimizations in
OpenBSD}
\author{%%%% author names
\IEEEauthorblockN{1\textsuperscript{st} Lucian-Ioan Popescu}% first author
\\
\IEEEauthorblockA{\textit{CS Department, Politehnica University of
Bucharest}}\\% first affiliation
\IEEEauthorblockA{lucian.popescu187@gmail.com}
}
\maketitle
% Subtleties of the ANSI/ISO C standard
\input{intro}
\input{backg}
\input{relwork}
\input{contr}
\input{concl}
\todo{put the links in the references; solve the lowercase issues, eg
cflags}
\bibliographystyle{plain}
\bibliography{bib}
\end{document}