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:
parent
6d91ddbe12
commit
ae0cbbfbc4
1 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue