Project

General

Profile

« Previous | Next » 

Revision 7de8ce4e

Added by alanwu (Alan Wu) about 4 years ago

YJIT: Use 2D array to group block versions

For deferred compilation, we sometimes want to care about the order of
the block versions. Use an array instead of a linked list to do that.