Re: [pypy-dev] Partial Escape Analysis and Scalar Replacement

2016-02-21 Thread Carl Friedrich Bolz
Hi Manuel, as the one who suggested the paper in the first place, the goal would be to add it to the RPython translator. (it's not useful in the JIT, virtuals already provide partial escape analysis there). Cheers, Carl Friedrich On 18/02/16 12:13, Manuel Jacob wrote: Hi George, Do you

Re: [pypy-dev] Partial Escape Analysis and Scalar Replacement

2016-02-18 Thread Manuel Jacob
Hi George, Do you plan to implement the technique for the JIT or for the static compilation toolchain ("RPython translator")? -Manuel On 2016-02-17 00:23, George Papanikolaou wrote: Hey list, I'd like to announce that I will attempt to implement an optimization technique in PyPy as part o

Re: [pypy-dev] Partial Escape Analysis and Scalar Replacement

2016-02-17 Thread Amaury Forgeot d'Arc
Hi George, 2016-02-17 0:23 GMT+01:00 George Papanikolaou : > Hey list, > > I'd like to announce that I will attempt to implement an optimization > technique > in PyPy as part of my thesis for my CS diplomma. Welcome to PyPy development! PyPy was designed upfront to experiment with new developme

[pypy-dev] Partial Escape Analysis and Scalar Replacement

2016-02-16 Thread George Papanikolaou
Hey list, I'd like to announce that I will attempt to implement an optimization technique in PyPy as part of my thesis for my CS diplomma. In addition to the local advisor from my uni, Carl Friedrich Bolz (@cfbolz) accepted to "mentor" me for the attempt. I'll be reporting the progress frequentl