YJIT: Make the code GC test stabler
The first add_pages call shouldn't hit Code GC yet; otherwise compiles returns false. With the increased code size in runtime_stats itself, it sometimes hits Code GC too early, at least in arm64 that has a large code size.
add_pages
compiles
YJIT: Make the code GC test stabler
The first
add_pagescall shouldn't hit Code GC yet; otherwisecompilesreturns false. With the increased code size in runtime_statsitself, it sometimes hits Code GC too early, at least in arm64 that has
a large code size.