1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

Noting potential optimisation of superclass.

Copied from Perforce
 Change: 190886
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-04-11 06:36:28 +01:00
parent d234a1f1a7
commit 781457ad4e

View file

@ -194,6 +194,9 @@ extern void InstFinish(Inst inst);
* TODO: Several experiments with statically generating some kind of
* SUPERCLASS lookup have failed because the names of types, classes,
* and the hierarchy are inconsistent. Revisit this later.
*
* FIXME: Most uses of SUPERCLASS compile to constant expressions, but
* not that the compiler can tell.
*/
#define SUPERCLASS(kind, ident) \