antocuni changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "PyPy: the Gradual Reduction of Magic (tm)"
<njs>
arigato: cfbolz: I have another exciting question about what confuses the jit!
<njs>
I would like to add some features for "annotated tracebacks", where I make a note about something interesting that happened to an exception at a certain point while it was propagating
<njs>
my thought was that I could attach some attribute to the exception that mapped {frame: info_object}, and then when printing the traceback I could use match up the frames in the dict to the frames in the traceback
<njs>
does simply calling sys._getframe() *and then not touching any attributes on the frame* annoy the JIT? I'm sort of hoping... maybe not, because the traceback object in the exception also has to capture frame references?
<simpson>
Hm, cool, 5.10 RPython wants to write to my source tree during build: IOError: [Errno 13] Permission denied: '/tmp/nix-build-typhon-vm.drv-0/typhon/rpython/rlib/rvmprof/src/shared/libbacktrace/config.h'
Hotpot33 has quit [Ping timeout: 260 seconds]
oberstet has joined #pypy
<simpson>
...I guess I should stop messing around with RPython and write my submission to MoreVMs, huh.
Hotpot33 has joined #pypy
asmeurer__ has quit [Quit: asmeurer__]
adamholmberg has joined #pypy
antocuni has quit [Ping timeout: 248 seconds]
adamholmberg has quit [Ping timeout: 248 seconds]
redj has quit [Ping timeout: 240 seconds]
redj has joined #pypy
adamholmberg has joined #pypy
raynold has quit [Quit: Connection closed for inactivity]
marr has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
amaury has joined #pypy
adamholmberg has quit [Ping timeout: 276 seconds]
antocuni has joined #pypy
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
Rhy0lite has joined #pypy
drolando has quit [Remote host closed the connection]
drolando has joined #pypy
jcea has joined #pypy
amaury has quit [Ping timeout: 256 seconds]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 276 seconds]
amaury has joined #pypy
amaury has quit [Ping timeout: 240 seconds]
d0x0b has quit [Quit: d0x0b]
d0x0b has joined #pypy
yuyichao_ has quit [Ping timeout: 268 seconds]
yuyichao_ has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
dddddd has joined #pypy
drolando has quit [Read error: Connection reset by peer]
drolando has joined #pypy
marky1991 has joined #pypy
oberstet has quit [Ping timeout: 246 seconds]
marky1991 has quit [Ping timeout: 240 seconds]
amaury has joined #pypy
marr has quit [Remote host closed the connection]
oberstet has joined #pypy
tayfun26 has quit [Quit: tayfun26]
jcea has quit [Quit: jcea]
jcea has joined #pypy
d0x0b has quit [Quit: d0x0b]
raynold has joined #pypy
antocuni has quit [Ping timeout: 248 seconds]
jamesaxl has joined #pypy
Rhy0lite has quit [Quit: Leaving]
marr has joined #pypy
kipras`away is now known as kipras
ctismer has quit [Excess Flood]
ctismer has joined #pypy
marky1991 has joined #pypy
drolando has quit [Remote host closed the connection]
drolando has joined #pypy
asmeurer__ has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
marky1991 has joined #pypy
amaury has quit [Quit: Konversation terminated!]
marky1991 has quit [Ping timeout: 248 seconds]
jamesaxl has quit [Quit: WeeChat 2.0.1]
amaury has joined #pypy
oberstet has quit [Ping timeout: 265 seconds]
mattip has joined #pypy
<mattip>
hi
<mattip>
working on vs14 support for windows, but now we need to support two sets of libs/dlls
<mattip>
for gc, libbz2, libeay32, libexpat ...
<mattip>
I thought of maybe getting MsvcPlatform to spit out different lib names in _lib()
<mattip>
and then creating gc_14, libbz2_14, libeay32_14, ...
<mattip>
but that will be confusing for anyone wondering why we ship tk85_14.dll
tbodt has joined #pypy
<mattip>
we could add a buildbot step to download external dependencies like cpython
<mattip>
would take a few more minutes to build that way
marky1991 has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]