#jython IRC Log (v0.9)

Index

IRC Log for 2011-10-31

Timestamps are in GMT/BST.

[0:17] <agronholm> just ran into a nasty data corruption bug in py4j
[0:17] <agronholm> byte arrays are corrupted on their way from the jvm to the python client
[0:17] * stakkars_ (~tismer@p5DC4677E.dip0.t-ipconnect.de) Quit (Quit: schnarch)
[0:18] <agronholm> no data is added or removed, just some bytes are set to 0
[8:02] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[8:19] * shashank (~shashank@65-101-219-224.hlrn.qwest.net) Quit (Quit: Leaving.)
[8:26] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[11:21] * wainersm (~wainersm@189.111.88.138) has joined #jython
[12:22] * Bootvis (~bob@baltar.lan.endoria.net) Quit (*.net *.split)
[12:22] * pjenvey (~pjenvey@underboss.org) Quit (*.net *.split)
[12:26] * Bootvis (~bob@baltar.lan.endoria.net) has joined #jython
[12:26] * pjenvey (~pjenvey@underboss.org) has joined #jython
[12:38] * wainersm (~wainersm@189.111.88.138) Quit (Quit: Ex-Chat)
[12:41] * wainersm (~wainersm@189.111.88.138) has joined #jython
[15:05] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[15:16] * shashank (~shashank@65-101-219-224.hlrn.qwest.net) has joined #jython
[17:01] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[17:15] * robbyoconnor is now known as robbyoconnorisag
[17:15] * robbyoconnorisag is now known as ghostrobby
[17:18] * ghostrobby is now known as r0bbyisaghost
[19:08] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[19:11] * r0bbyisaghost (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[19:12] * r0bbyisaghost (~wakawaka@guifications/user/r0bby) has joined #jython
[19:33] * r0bbyisaghost (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 252 seconds)
[20:01] * filinep (~filipe@41-133-2-2.dsl.mweb.co.za) has joined #jython
[20:02] <filinep> hi, do jython classes automatically get put on the classpath?
[20:05] <filinep> I'm getting a ClassNotFoundException from java code (not mine) that uses reflection to instantiate classes
[20:18] * stakkars (~tismer@p5DDB5E98.dip.t-dialin.net) Quit (Quit: stakkars)
[20:22] * stakkars (~tismer@p5DDB5E98.dip.t-dialin.net) has joined #jython
[20:29] * wainersm (~wainersm@189.111.88.138) Quit (Quit: Ex-Chat)
[20:59] <jimbaker> pjenvey, i don't think the python bytecode interpreter is worth working on this way - it's not going to be faster via invokedynamic
[21:00] <jimbaker> pjenvey, we will be able to get much faster by just using invokedynamic + java.lang.invoke in our java bytecode generation however
[21:01] <jimbaker> the python bytecode interpreter remains an important component of the slowpath/deoptimization strategy when we get things wrong
[21:04] * filinep (~filipe@41-133-2-2.dsl.mweb.co.za) Quit (Ping timeout: 260 seconds)
[21:29] * stakkars_ (~tismer@p5DCE34BB.dip.t-dialin.net) has joined #jython
[22:32] <agronholm> jimbaker: what about things like bytecode verification delays and class size limits?
[23:31] * juneau001 (~juneau@50-103-1-160.dklb.il.frontiernet.net) Quit (Quit: juneau001)
[23:43] * shashank (~shashank@65-101-219-224.hlrn.qwest.net) Quit (Quit: Leaving.)
[23:45] * Trundle (~andy@python/site-packages/trundle) Quit (Ping timeout: 240 seconds)
[23:46] * stakkars_ (~tismer@p5DCE34BB.dip.t-dialin.net) Quit (Quit: schnarch)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).