Project

General

Profile

« Previous | Next » 

Revision 0adca625

Added by tenderlovemaking (Aaron Patterson) almost 2 years ago

Remove function call for String#bytesize (#8389)

  • Remove function call for String#bytesize

String size is stored in a consistent location, so we can eliminate the
function call.

  • Update yjit/src/codegen.rs

Co-authored-by: Takashi Kokubun


Co-authored-by: Maxime Chevalier-Boisvert
Co-authored-by: Takashi Kokubun