Re: [pypy-dev] [pypy-svn] r70985 - pypy/branch/multijit
Hello. My proposition would be not to add new features to tracing until we fix bugs. Bugs being segfaults when you try running stuff on top of pypy-c-jit like apptests or translate.py (smalltalk target crashes every few tries). Cheers, fijal On Sat, Jan 30, 2010 at 3:58 PM, <arigo@codespeak.net> wrote:
Author: arigo Date: Sat Jan 30 15:58:41 2010 New Revision: 70985
Added: pypy/branch/multijit/ - copied from r70984, pypy/trunk/ Log: A branch in which to support having multiple JITs in the same RPython program.
_______________________________________________ pypy-svn mailing list pypy-svn@codespeak.net http://codespeak.net/mailman/listinfo/pypy-svn
Hi Maciej, On Sun, Jan 31, 2010 at 03:31:20PM +0100, Maciej Fijalkowski wrote:
My proposition would be not to add new features to tracing until we fix bugs. Bugs being segfaults when you try running stuff on top of pypy-c-jit like apptests or translate.py (smalltalk target crashes every few tries).
Sorry, it's already done :-) We can now translate RPython programs containing several JITting interpreters. There are of course details to fix but basically it just works. A bientot, Armin.
participants (2)
-
Armin Rigo
-
Maciej Fijalkowski