From e41f587d3d9129cfb446991e646aaf3e0953158a Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Fri, 8 Jun 2012 05:26:22 +0200 Subject: [PATCH] Fix footnote syntax error, more explanations. --- report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/report.md b/report.md index afaf73c..31f872e 100644 --- a/report.md +++ b/report.md @@ -439,7 +439,7 @@ manipulation of all entities in the game world at all times. ![a screenshot of inception-engine in action] -[ic-github]: The source of this project, although dated, still compiles and runs +[^ic-github]: The source of this project, although dated, still compiles and runs on the current version of rock, and is available under a BSD-comaptible license on GitHub: @@ -463,7 +463,9 @@ method could be re-implemented as follows: \input{excerpts/arraylist-remove2.ooc.tex} -This code, resorting to higher-level generic primitives, would then +This code, resorting to higher-level generic primitives, would then allow the +generation of both the unspecialized version (using `memmov` for fast, anysized +copying of array elements) and the specialized version. ## Performance improvement