xo-interpreter2 stack: VSM as AGCObject for virtual root
This commit is contained in:
parent
e880cc48cc
commit
45f6bccd9c
18 changed files with 687 additions and 413 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