Re: [pypy-dev] Patchpoints in LLVM

2014-07-17 Thread Armin Rigo
Hi Dimitri, On 17 July 2014 15:06, Dimitri Vorona wrote: > http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066573.html and this > piece of docs http://llvm.org/docs/StackMaps.html. As far as I understand, > the lack of patchpoints (i.e. a way to patch dynamically generated code) was > the

[pypy-dev] Patchpoints in LLVM

2014-07-17 Thread Dimitri Vorona
Hi, just wanted to link this discussion http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066573.html and this piece of docs http://llvm.org/docs/StackMaps.html. As far as I understand, the lack of patchpoints (i.e. a way to patch dynamically generated code) was the major burden on the way t