Skip to content

Commit

Permalink
trace_limit 증가 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlet authored Apr 4, 2024
1 parent 2f2fd06 commit 07088ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@master
with:
repository: pypy/pypy
ref: release-pypy2.7-v7.3.9
ref: release-pypy2.7-v7.3.15
path: pypy
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

RPYTHON?=../pypy/rpython/bin/rpython
RPYTHONFLAGS?=--opt=jit
RPYTHONFLAGS?=--opt=jit --translation-jit_opencoder_model=big


all: aheui-c aheui-py
Expand Down

0 comments on commit 07088ed

Please sign in to comment.