Re: [pypy-dev] remove-globals-in-jit for ppc backend

2014-05-15 Thread Maciej Fijalkowski
cool, just ask me then :-) as I said it's get_int_value and a jitframe On Thu, May 15, 2014 at 1:36 PM, David Edelsohn wrote: > Maciej, > > We are not tracking history one by one. We are trying to fix test > runner failures. And the current failure is a missing reference to > fail_boxes_int. It i

Re: [pypy-dev] remove-globals-in-jit for ppc backend

2014-05-15 Thread David Edelsohn
Maciej, We are not tracking history one by one. We are trying to fix test runner failures. And the current failure is a missing reference to fail_boxes_int. It is not obvious what replaced it by looking at the current sources, so we are trying to investigate back to the source of the change. Than

Re: [pypy-dev] remove-globals-in-jit for ppc backend

2014-05-15 Thread Maciej Fijalkowski
Hi David. Why are you tracking the history one by one? The fail_boxes_int etc. is now living on a jitframe. There are direct tests for all of that, I would suggest looking at those instead of history (so it's now called get_int_value and accepts a jitframe) On Thu, May 15, 2014 at 2:55 AM, David

[pypy-dev] remove-globals-in-jit for ppc backend

2014-05-14 Thread David Edelsohn
Hi, David Ivan and Andre from Unicamp and I are trying to update the ppc backend to the current RPython internals API. We're trying to understand the removal of fail_boxes_int, etc. from the backends. It looks like this was done on the remove-globals-in-jit branch. I guess we need to adapt all of