jscl icon indicating copy to clipboard operation
jscl copied to clipboard

Unify runtime tagging scheme of values

Open davazp opened this issue 4 years ago • 1 comments

We have a few different mechanism we use to tag CL values at runtime.

We have storage-vectors, dt_ tags, and other tags to implement arrays and strings.

I think it would be a good idea to have a more unified approach. Possibly, extending storage-vector to have stoarge-map or storage-object and be able to have some tag that we can use in the implementation of the types.

davazp avatar Mar 27 '21 10:03 davazp

Let's just say it's the traditional way. For all such objects, a special single tag is checked against a standard bit mask.

vlad-km avatar Feb 11 '22 19:02 vlad-km