Project

General

Profile

« Previous | Next » 

Revision 84b1f488

Added by alanwu (Alan Wu) almost 3 years ago

YJIT: Factor out VALUE_BITS = (8 * SIZE_OF_VALUE as u8)

Using a constant shows intention better and is less noisy. It always
took me a second to parse the long expression.