From ae0cbbfbc46df48a358709b33bbf7c0add145551 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 13 May 2014 18:04:59 +0100 Subject: [PATCH] Add note about potential for speed improvement, as requested by rb. Copied from Perforce Change: 186093 ServerID: perforce.ravenbrook.com --- mps/code/poolmvff.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mps/code/poolmvff.c b/mps/code/poolmvff.c index 2363ea3a772..c3e18df5aec 100644 --- a/mps/code/poolmvff.c +++ b/mps/code/poolmvff.c @@ -10,11 +10,16 @@ * * .design: * - * * TRANSGRESSIONS * * .trans.stat: mps_mvff_stat is a temporary hack for measurement purposes, * see .stat below. + * + * NOTE + * + * There's potential for up to 4% speed improvement by calling Land + * methods statically instead of indirectly via the Land abstraction + * (thus, cbsInsert instead of LandInsert, and so on). */ #include "cbs.h"