VM: nitpick fix of filenames in comments
parent
2db1e7e6a5
commit
44b9b26baa
|
@ -33,7 +33,7 @@ enum special_object {
|
||||||
OBJ_GLOBAL, /* global namespace */
|
OBJ_GLOBAL, /* global namespace */
|
||||||
OBJ_SHUTDOWN_QUOT, /* shutdown quotation */
|
OBJ_SHUTDOWN_QUOT, /* shutdown quotation */
|
||||||
|
|
||||||
/* Quotation compilation in quotations.c */
|
/* Quotation compilation in quotations.cpp */
|
||||||
JIT_PROLOG = 23,
|
JIT_PROLOG = 23,
|
||||||
JIT_PRIMITIVE_WORD,
|
JIT_PRIMITIVE_WORD,
|
||||||
JIT_PRIMITIVE,
|
JIT_PRIMITIVE,
|
||||||
|
@ -74,7 +74,7 @@ enum special_object {
|
||||||
/* Callback stub generation in callbacks.cpp */
|
/* Callback stub generation in callbacks.cpp */
|
||||||
CALLBACK_STUB = 53,
|
CALLBACK_STUB = 53,
|
||||||
|
|
||||||
/* Polymorphic inline cache generation in inline_cache.c */
|
/* Polymorphic inline cache generation in inline_cache.cpp */
|
||||||
PIC_LOAD = 54,
|
PIC_LOAD = 54,
|
||||||
PIC_TAG,
|
PIC_TAG,
|
||||||
PIC_TUPLE,
|
PIC_TUPLE,
|
||||||
|
@ -84,7 +84,7 @@ enum special_object {
|
||||||
PIC_MISS_WORD,
|
PIC_MISS_WORD,
|
||||||
PIC_MISS_TAIL_WORD,
|
PIC_MISS_TAIL_WORD,
|
||||||
|
|
||||||
/* Megamorphic cache generation in dispatch.c */
|
/* Megamorphic cache generation in dispatch.cpp */
|
||||||
MEGA_LOOKUP = 62,
|
MEGA_LOOKUP = 62,
|
||||||
MEGA_LOOKUP_WORD,
|
MEGA_LOOKUP_WORD,
|
||||||
MEGA_MISS_WORD,
|
MEGA_MISS_WORD,
|
||||||
|
|
Loading…
Reference in New Issue