Project

General

Profile

« Previous | Next » 

Revision 98b4256a

Added by maximecb (Maxime Chevalier-Boisvert) over 2 years ago

YJIT: handle expandarray_rhs_too_small case (#8161)

  • YJIT: handle expandarray_rhs_too_small case

YJIT: fix csel bug in x86 backend, add test

Remove commented out lines

Refactor expandarray to use chain guards

Propagate Type::Nil when known

Update yjit/src/codegen.rs

Co-authored-by: Takashi Kokubun

  • Add missing counter, use get_array_ptr() in expandarray

  • Make change suggested by Kokubun to reuse loop


Co-authored-by: Takashi Kokubun