[pypy-issue] [issue749] "-Ojit no-allworkingmodules" fails

Armin Rigo tracker at bugs.pypy.org
Sun Jun 12 15:59:18 CEST 2011


New submission from Armin Rigo <armin.rigo at gmail.com>:

./translate.py -Ojit targetpypystandalone.py --no-allworkingmodules

...fails at compilation-time because "ffi_type" is not defined.  It is used in a
few functions coming from metainterp/optimizeopt/fficall.py, but the #include is
not there (correctly).  I suppose we need to remove OptFfiCall from the list
ALL_OPTS depending on the config.

----------
messages: 2624
nosy: arigo, pypy-issue
priority: bug
status: unread
title: "-Ojit no-allworkingmodules" fails

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue749>
________________________________________


More information about the pypy-issue mailing list