Project

General

Profile

« Previous | Next » 

Revision 942317eb

Added by Randy Stauner about 1 year ago

YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)

  • YJIT: Encode doubles to VALUE objects and move stat generation to rust

Stats that can now be generated from rust have been moved there.

  • Move object_shape_count call for runtime_stats to rust

This reduces the ruby method to a single primitive.

  • Change hash_aset_usize from macro to function