We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Ubuntu VirtualBox client underneath Windows 10 Home.
Got the following:
b] translation-task}
[Timer] Timings: [Timer] annotate --- 54.1 s [Timer] rtype_lltype --- 83.1 s [Timer] pyjitpl_lltype --- 597.8 s [Timer] backendopt_lltype --- 87.3 s [Timer] ========================================== [Timer] Total: --- 822.4 s Traceback (most recent call last): File "externals/pypy/rpython/bin/rpython", line 20, in main() File "/home/steve/pixie/externals/pypy/rpython/translator/goal/translate.py", line 324, in main debug(True) File "/home/steve/pixie/externals/pypy/rpython/translator/goal/translate.py", line 245, in debug import traceback MemoryError Makefile:22: recipe for target 'build_with_jit' failed make: *** [build_with_jit] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running on Ubuntu VirtualBox client underneath Windows 10 Home.
Got the following:
b] translation-task}
[Timer] Timings:
[Timer] annotate --- 54.1 s
[Timer] rtype_lltype --- 83.1 s
[Timer] pyjitpl_lltype --- 597.8 s
[Timer] backendopt_lltype --- 87.3 s
[Timer] ==========================================
[Timer] Total: --- 822.4 s
Traceback (most recent call last):
File "externals/pypy/rpython/bin/rpython", line 20, in
main()
File "/home/steve/pixie/externals/pypy/rpython/translator/goal/translate.py", line 324, in main
debug(True)
File "/home/steve/pixie/externals/pypy/rpython/translator/goal/translate.py", line 245, in debug
import traceback
MemoryError
Makefile:22: recipe for target 'build_with_jit' failed
make: *** [build_with_jit] Error 1
The text was updated successfully, but these errors were encountered: