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:
parent
d234a1f1a7
commit
781457ad4e
1 changed files with 3 additions and 0 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue