Added jitviewer
This commit is contained in:
parent
205201bcd4
commit
bbc9243200
1 changed files with 5 additions and 1 deletions
|
|
@ -172,7 +172,11 @@ projects = {
|
||||||
Project('Dominion', 'http://alexanderweb.de:8080/', u'''
|
Project('Dominion', 'http://alexanderweb.de:8080/', u'''
|
||||||
<p>
|
<p>
|
||||||
Domination is a clone of a well-known card game.
|
Domination is a clone of a well-known card game.
|
||||||
''', source='https://bitbucket.org/xoraxax/domination/')
|
''', source='https://bitbucket.org/xoraxax/domination/'),
|
||||||
|
Project('jitviewer', 'https://bitbucket.org/pypy/jitviewer', '''
|
||||||
|
<p>
|
||||||
|
web-based tool to inspect the output of PyPy JIT log
|
||||||
|
''')
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue