Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
40
Issues
40
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
b6eb61bf
Commit
b6eb61bf
authored
Nov 06, 2017
by
Isaac Oscar Gariano
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'isaacs-thesis' of gitlab.anu.edu.au:mu/mu-impl-fast into isaacs-thesis
parents
b3d6f636
1cce2eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test_pypy.py
tests/test_jit/test_pypy.py
+1
-1
No files found.
tests/test_jit/test_pypy.py
View file @
b6eb61bf
...
@@ -30,7 +30,7 @@ def test_PyPy():
...
@@ -30,7 +30,7 @@ def test_PyPy():
flags
=
[
'-O3'
,
'--no-shared'
,
'--backend=mu'
,
'--mu-impl=zebu'
,
flags
=
[
'-O3'
,
'--no-shared'
,
'--backend=mu'
,
'--mu-impl=zebu'
,
'--mu-vmargs'
,
'--gc-immixspace-size=10737418240'
,
'--mu-suplibdir=
%(bin_dir)
s'
%
globals
()]
'--mu-vmargs'
,
'--gc-immixspace-size=10737418240'
,
'--mu-suplibdir=
%(bin_dir)
s'
%
globals
()]
# flags = ['-O3', '--no-shared', '--backend=c', '--no-profopt']
# flags = ['-O3', '--no-shared', '--backend=c', '--no-profopt']
args
=
[
'--
no-allworking
modules'
]
args
=
[
'--
pybench
modules'
]
cmd
.
extend
(
flags
)
cmd
.
extend
(
flags
)
cmd
.
extend
([
'--output=
%
s'
%
target
])
cmd
.
extend
([
'--output=
%
s'
%
target
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment