Project

General

Profile

« Previous | Next » 

Revision b1410c1c

Added by dodecadaniel (Daniel Colson) about 1 month ago

ZJIT: Add codegen for StringCopy

Prior to this commit we compiled putstring and putchilledstring to
StringCopy, but then failed to compile past HIR.

This commit adds codegen for StringCopy to call rb_ec_str_ressurrect
as the VM does for these instructions.