xo-interpreter2 stack: VSM as AGCObject for virtual root
This commit is contained in:
parent
d288c4ff1e
commit
9e88672ad4
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ namespace xo {
|
|||
/** polymorphic (in both arguments) compare (>) **/
|
||||
static DPrimitive_gco_2_gco_gco * make_cmpgt_pm(obj<AAllocator> mm,
|
||||
StringTable * stbl);
|
||||
|
||||
/** name for greater-or-equal-comparison primitive. Used for op>= **/
|
||||
static constexpr const char * c_cmpge_pm_name = "_cmpge";
|
||||
/** polymorphic (in both arguments) compare (>=) **/
|
||||
static DPrimitive_gco_2_gco_gco * make_cmpge_pm(obj<AAllocator> mm,
|
||||
StringTable * stbl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue