Project

General

Profile

« Previous | Next » 

Revision 314eed8a

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

YJIT: implement fast path for integer multiplication in opt_mult (#8204)

  • YJIT: implement fast path for integer multiplication in opt_mult

  • Update yjit/src/codegen.rs

Co-authored-by: Alan Wu

  • Implement mul with overflow checking on arm64

  • Fix missing semicolon

  • Add arm splitting for lshift, rshift, urshift


Co-authored-by: Alan Wu