I'm evaluating PyPy for use in an application where it will be running in an 
RTOS (Greenhills Integrity) which is congifured without a file system at 
runtime.  The rest of the application is C/C++.
 
Is there a way to build PyPy for this environment?  The issue I see is that 
pypy_setup_home()requires a file system path to an executable / .so library.
 
Is it possible to statically link PyPy into the application and the give an 
equivalent to pypy_setup_home()  a pointer to the linked code?  Some other 
approach?
 
Thanks
Tom
 
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to