Re: [pypy-dev] Vectorizing pypy traces no3

2015-04-14 Thread Maciej Fijalkowski
Hi Richard. I read it. but I don't quite understand, want to discuss on IRC? On Tue, Apr 14, 2015 at 1:16 PM, Richard Plangger wrote: > Hi, > > I have recently managed to correctly transform a trace to a vectorized > trace that includes a guard. I'm hoping that this might be merged into > the co

[pypy-dev] Vectorizing pypy traces no3

2015-04-14 Thread Richard Plangger
Hi, I have recently managed to correctly transform a trace to a vectorized trace that includes a guard. I'm hoping that this might be merged into the code base of pypy (when it is finished), thus it would be nice to get feedback and iron out some problems I currently have. Of course this needs exp