Project

General

Profile

« Previous | Next » 

Revision 34b5e256

Added by alanwu (Alan Wu) almost 4 years ago

YJIT: Enable out of memory tests

As of 1 and 2, YJIT has enough support for out of memory conditions
to pass these two basic tests.

OOM code paths are prone to bugs since they are rarely exercised in
common workloads. We might want to add CI runs that stress test these
code paths. Maybe outside of GitHub Actions for capacity reasons.