Index: doc/papers/general/Paper.tex
===================================================================
--- doc/papers/general/Paper.tex	(revision 4c80a757ec7fe405e4eb3ba10aefdae6eae7f6d8)
+++ doc/papers/general/Paper.tex	(revision 7f0001ca4ecbf6bf7f7be2b5c60a551cd91dbe10)
@@ -2644,5 +2644,5 @@
 Figure~\ref{fig:eval} and Table~\ref{tab:eval} show the results of running the benchmark in Figure~\ref{fig:BenchmarkTest} and its C, \CC, and \CCV equivalents.
 The graph plots the median of 5 consecutive runs of each program, with an initial warm-up run omitted.
-All code is compiled at \texttt{-O2} by gcc or g++ 6.3.0, with all \CC code compiled as \CCfourteen.
+All code is compiled at \texttt{-O2} by gcc or g++ 6.4.0, with all \CC code compiled as \CCfourteen.
 The benchmarks are run on an Ubuntu 16.04 workstation with 16 GB of RAM and a 6-core AMD FX-6300 CPU with 3.5 GHz maximum clock frequency.
 
@@ -2662,5 +2662,5 @@
 									& \CT{C}	& \CT{\CFA}	& \CT{\CC}	& \CT{\CCV}		\\ \hline
 maximum memory usage (MB)			& 10,001	& 2,502		& 2,503		& 11,253		\\
-source code size (lines)			& 196		& 186		& 125		& 290			\\
+source code size (lines)			& 201		& 191		& 125		& 294			\\
 redundant type annotations (lines)	& 27		& 0			& 2			& 16			\\
 binary size (KB)					& 14		& 257		& 14		& 37			\\
Index: doc/papers/general/evaluation/timing.dat
===================================================================
--- doc/papers/general/evaluation/timing.dat	(revision 4c80a757ec7fe405e4eb3ba10aefdae6eae7f6d8)
+++ doc/papers/general/evaluation/timing.dat	(revision 7f0001ca4ecbf6bf7f7be2b5c60a551cd91dbe10)
@@ -1,9 +1,10 @@
 "400 million repetitions"	"C"	"\\CFA{}"	"\\CC{}"	"\\CC{obj}"
-"push\nint"	3002	2459	1542	3269
-"copy\nint"	2985	2057	1539	3083
-"clear\nint"	1374	827	756	1469
-"pop\nint"	1416	1221	760	5098
-"push\npair"	4214	2752	950	6873
-"copy\npair"	6127	2105	987	7293
-"clear\npair"	2881	885	751	3460
-"pop\npair"	3046	5434	822	24962
+"push\nint"	2911	2034	1504	3246
+"copy\nint"	2953	1622	1526	3075
+"clear\nint"	1397	754	753	1452
+"pop\nint"	1446	1203	760	5016
+"push\npair"	3673	2297	955	6971
+"copy\npair"	6027	1183	998	7204
+"clear\npair"	2840	773	748	3511
+"pop\npair"	3025	5414	813	23867
+
Index: doc/papers/general/evaluation/timing.gp
===================================================================
--- doc/papers/general/evaluation/timing.gp	(revision 4c80a757ec7fe405e4eb3ba10aefdae6eae7f6d8)
+++ doc/papers/general/evaluation/timing.gp	(revision 7f0001ca4ecbf6bf7f7be2b5c60a551cd91dbe10)
@@ -24,5 +24,5 @@
 set yrange [0:10]
 
-set label "25.0" at 7.125,10.5
+set label "23.9" at 7.125,10.5
 
 # set datafile separator ","
