1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Add note about potential for speed improvement, as requested by rb.

Copied from Perforce
 Change: 186093
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-05-13 18:04:59 +01:00
parent 6d91ddbe12
commit ae0cbbfbc4

View file

@ -10,11 +10,16 @@
*
* .design: <design/poolmvff>
*
*
* 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"