Skip to content

Commit 6202c9b

Browse files
committed
trace_limit 증가
1 parent 1601c9b commit 6202c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@master
5555
with:
5656
repository: pypy/pypy
57-
ref: release-pypy2.7-v7.3.9
57+
ref: release-pypy2.7-v7.3.15
5858
path: pypy
5959
- name: Build
6060
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
RPYTHON?=../pypy/rpython/bin/rpython
3-
RPYTHONFLAGS?=--opt=jit
3+
RPYTHONFLAGS?=--opt=jit --translation-jit_opencoder_model=big
44

55

66
all: aheui-c aheui-py

0 commit comments

Comments
 (0)