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.
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.