CObjectSystem / COS

C Object System: a framework that brings C to the level of other high level programming languages and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lingering mentions/use of gdelete() and gAutoDelete()

bkerin opened this issue · comments

From gitk it looks like they are removed but there are still a couple uses/mentions floating around. I'm not sure if Vector_lzy.c isn't build or what. Anyway here are the mentions:

$ pwd
/home/bkerin/tmp/COS
$ grep 'gautoDelete' -r *
CHANGELOG: - gdelete and gautoDelete added (for semi-GC)
CosStd/src/tmpl/Vector_lzy.c: retmethod( gautoDelete(VALOBJ(vec->value[ivec->stride])) );
$ grep 'Delete' -r *
CHANGELOG: - gdelete and gautoDelete added (for semi-GC)
CosStd/src/tmpl/Vector_lzy.c: retmethod( gautoDelete(VALOBJ(vec->value[i
vec->stride])) );
CosStd/include/cos/gen/floatop.h: new autoDelete object resulting from the promotion/coercion of _1
CosStd/include/cos/gen/numop.h: new autoDelete object resulting from the promotion/coercion of _1
$

Thank you for pointing this out. Fixed.