Re: [pypy-dev] EuroPython?

2015-04-27 Thread Ronan Lamy
Le 11/04/15 10:47, Armin Rigo a écrit : Hi, On 11 April 2015 at 11:29, Antonio Cuni wrote: my plan was to submit a talk about profiling/optimizing, possibly together with fijal if he comes (but I didn't do yet :)). Probably the talk which suits best for talking about the general status is Roma

Re: [pypy-dev] How to embed PyPy when there's no filesystem?

2015-04-27 Thread Armin Rigo
Hi Tom, On 27 April 2015 at 18:10, wrote: > We can't hard-code the scripts into the binary becuase their purpose is to > adapt behavior to new configurations. Because of this the scripts will be > read from an external source and then executed. This is what makes the the > stdin/stdout streami

Re: [pypy-dev] How to embed PyPy when there's no filesystem?

2015-04-27 Thread tom
Armin,   A good thought.  Sandboxing may actually be an advantage from a security standpoint.  We'll be developing all of the scripts to be run, but there's always the chance of hacking.   We can't hard-code the scripts into the binary becuase their purpose is to adapt behavior to new configuratio