forked from gakalaba/multidispatch-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
166 lines (122 loc) · 4.15 KB
/
paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
\documentclass[letterpaper,twocolumn,10pt]{article}
\usepackage{usenix-2020-09}
% to be able to draw some self-contained figs
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing,calligraphy}
\usetikzlibrary{decorations.pathmorphing}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{comment}
\usepackage{grffile}
\usepackage[numbers]{natbib}
% inlined bib file
% \usepackage{filecontents}
\usepackage{float}
\usepackage{graphicx}
%\usepackage{subfig}
\usepackage{subcaption}
\usepackage[font=small,skip=1pt]{caption}
\usepackage{titling}
\usepackage{algpseudocode}
\usepackage[linesnumbered,ruled,noend]{algorithm2e}
\usepackage{enumitem}
\usepackage[normalem]{ulem} % for \sout
\usepackage[capitalize,noabbrev]{cleveref}
\newcommand{\crefrangeconjunction}{--}
\usepackage[compact]{titlesec}
% Names
% These are in common.tex
%%%
%%% Lists
%%%
%\usepackage{enumitem}
%\setlist{itemsep=0pt,parsep=0pt} % more compact lists
\setlist{itemsep=1.5pt,parsep=1.5pt} % more compact lists
%%%%% Formalism %%%%%
% Theorems
\newtheorem{thm}{Theorem}[section]
\newtheorem{lem}{Lemma}[thm]
\renewcommand{\qedsymbol}{$\blacksquare$}
% Histories
\DeclareMathOperator{\inv}{inv} % invocation
\DeclareMathOperator{\res}{res} % response
\DeclareMathOperator{\resp}{\res} % synonym response
% I/O Automata
\DeclareMathOperator*{\states}{\textit{states}}
\DeclareMathOperator*{\start}{\textit{start}}
\DeclareMathOperator*{\sig}{\textit{sig}}
\DeclareMathOperator*{\trans}{\textit{trans}}
\DeclareMathOperator*{\tasks}{\textit{tasks}}
\DeclareMathOperator*{\acts}{\textit{acts}}
\DeclareMathOperator*{\localacts}{\textit{local}}
\DeclareMathOperator*{\extacts}{\textit{extacts}}
\DeclareMathOperator*{\actin}{\textit{in}}
\DeclareMathOperator*{\actout}{\textit{out}}
\DeclareMathOperator*{\actint}{\textit{int}}
\DeclareMathOperator*{\sched}{\textit{sched}}
\DeclareMathOperator*{\trace}{\textit{trace}}
\DeclareMathOperator*{\complete}{\textit{complete}}
\DeclareMathOperator*{\systemf}{\textit{sys}}
\DeclareMathOperator*{\user}{\textit{user}}
\DeclareMathOperator*{\conflicts}{\mathcal{C}}
\DeclareMathOperator*{\op}{\textit{op}}
% Channels
\DeclareMathOperator*{\send}{\textit{sendto}}
\DeclareMathOperator*{\sent}{\textit{sent}}
\DeclareMathOperator*{\request}{\textit{recvfrom}}
\DeclareMathOperator*{\receive}{\textit{received}}
\DeclareMathOperator*{\sendto}{\send}
\DeclareMathOperator*{\recvfrom}{\request}
% Types and objects
\newcommand{\type}{\mathfrak{T}}
\newcommand{\spec}{\mathfrak{S}}
\DeclareMathOperator*{\vals}{\textit{vals}}
\DeclareMathOperator*{\invs}{\textit{invs}}
\DeclareMathOperator*{\resps}{\textit{resps}}
\DeclareMathOperator*{\ops}{\textit{ops}}
\newcommand{\invact}{\textit{inv}}
\newcommand{\respact}{\textit{resp}}
\newcommand{\stopact}{\textit{stop}}
% Orders
\newcommand{\caused}{\rightsquigarrow} % Causality for actions
\newcommand{\rt}{\rightarrow} % Real-time
% Transformation
\DeclareMathOperator*{\transform}{\textit{par}}
%%%%% END Formalism %%%%%
%\renewcommand{\noindentparagraph}[1]{\noindent{\textbf{\textit{#1}}}\ignorespaces}
%-------------------------------------------------------------------------------
\begin{document}
\include{common}
%-------------------------------------------------------------------------------
%don't want date printed
%\date{\vspace{-5ex}} %% MAX
\date{\vspace{-2ex}}
\setlength{\droptitle}{-3em}
\title{\Large \bf Multi-Dispatch Linearizability Liberates Applications for Lower Latency\vspace{-2ex}}
\author{
{\rm Submission \#1400}
} % end author
\maketitle
\input{abstract.tex}
\input{intro.tex}
\input{motivation.tex}
\input{mdl.tex}
\input{zookeeper.tex}
\input{design.tex}
\input{implementation.tex}
\input{eval.tex}
\input{related.tex}
\input{concl.tex}
\bibliographystyle{plainnat}
\bibliography{paper,venues}
\clearpage
\appendix
\input{equivalence.tex}
\input{correctness.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LocalWords: endnotes includegraphics fread ptr nobj noindent
%% LocalWords: pdflatex acks