Project

General

Profile

« Previous | Next » 

Revision ca4d0913

Added by Max Bernstein 2 months ago

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