Add union and predicates for testing if immediate (https://github.com/Shopify/zjit/pull/54)
Add union and predicates for testing if immediate
Add tests
Improve description for Primitive
Add undef to immediates
Also partition Any into (Primitive | Value), where Value is (Object | Undef)
Add BasicObject to hierarchy
Rename Value to RubyValue and Primitive to CValue
Add union and predicates for testing if immediate (https://github.com/Shopify/zjit/pull/54)
Add union and predicates for testing if immediate
Add tests
Improve description for Primitive
Add undef to immediates
Also partition Any into (Primitive | Value), where Value is
(Object | Undef)
Add BasicObject to hierarchy
Rename Value to RubyValue and Primitive to CValue