pure-c / purec

C backend for PureScript
232 stars 8 forks source link

Consider using tagged pointers #55

Closed felixSchl closed 3 years ago

felixSchl commented 5 years ago

Experimental: Use a more space efficient method to convey the type of a value

References:

felixSchl commented 3 years ago

Irrelevant now that reference counting is implemented and purs_any_t is copy-by-value