From b7717fc390ce47c8ef24d2ed9fe25f188f28f60f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 4 Apr 2023 10:58:11 -0700 Subject: YJIT: Stack temp register allocation (#7651) Co-authored-by: Maxime Chevalier-Boisvert --- .github/workflows/yjit-ubuntu.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index 79c66ffd20..7b45912843 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -78,6 +78,10 @@ jobs: configure: "--enable-yjit=dev" yjit_opts: "--yjit-call-threshold=1 --yjit-verify-ctx" + - test_task: "check" + configure: "--enable-yjit=dev" + yjit_opts: "--yjit-call-threshold=1 --yjit-temp-regs=5" + - test_task: "test-all TESTS=--repeat-count=2" configure: "--enable-yjit=dev" -- cgit v1.2.1