<GitHub29>
[jruby] segiddins opened issue #3631: Override of Gem.path_separator cause gem update --system to fail https://git.io/vgeDv
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
nirvdrum has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 250 seconds]
Puffball has quit [Read error: Connection reset by peer]
Puffball has joined #jruby
pawnbox has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 272 seconds]
nirvdrum has quit [Ping timeout: 245 seconds]
dling has joined #jruby
Osho_ has joined #jruby
AlHafoudh_ has joined #jruby
dling` has quit [*.net *.split]
e_dub has quit [*.net *.split]
AlHafoudh_ is now known as AlHafoudh
skade has joined #jruby
skade has quit [Client Quit]
skade has joined #jruby
skade has quit [Client Quit]
e_dub has joined #jruby
halorgium has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
skade has joined #jruby
skade has quit [Read error: Connection reset by peer]
jeremyevans has quit [Read error: Connection reset by peer]
jeremyevans has joined #jruby
rsim has joined #jruby
rsim1 has joined #jruby
rsim has quit [Ping timeout: 240 seconds]
tomjoro has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
Guest48944 is now known as ruurd
blaxter has joined #jruby
jensnockert has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
vtunka has joined #jruby
ITXpander has joined #jruby
ITXpander has quit [Client Quit]
ITXpander has joined #jruby
lopex has joined #jruby
joast has joined #jruby
vifino has joined #jruby
<eregon>
headius: Do I need any CLI option to run mandelbrot with unboxing?
drbobbeaty has joined #jruby
drbobbeaty has quit [Ping timeout: 272 seconds]
skade has joined #jruby
joast has quit [*.net *.split]
mj12` has joined #jruby
shellac has joined #jruby
joast has joined #jruby
<kares>
bga57: you mean a debugger?
vtunka has quit [Quit: Leaving]
skade has quit [Ping timeout: 245 seconds]
vtunka has joined #jruby
skade has joined #jruby
<GitHub168>
[jruby] headius pushed 5 new commits to master: https://git.io/vgvrK
<GitHub168>
jruby/master d0a40ba Charles Oliver Nutter: Improve constant caching and factor logic out....
<GitHub168>
jruby/master 628d386 Charles Oliver Nutter: Bind attribute accessors as direct instance variable accesses....
<GitHub168>
jruby/master b4b7cd4 Charles Oliver Nutter: Bind Class#new directly to initialize....
headius2 has joined #jruby
<headius2>
chrisseaton: how do I tell truffle not to print out "[truffle] opt fail" messages?
<headius2>
I'm retesting PragTob's rubykon go thing with my recent indy improvements and wanted to compare with JRuby+Truffle but it coughs up a ton of "opt fail" warnings
<headius2>
maybe I'm not running this right...it does terribly
<headius2>
or perhaps you know, eregon
skade has quit [Quit: Computer has gone to sleep.]
<chrisseaton>
headius / headius2: if it's printing 'opt fail' then there's something that needs to be fixed before it can be benchmarked (or you can benchmark it but it will be bad)
<chrisseaton>
last time I patched benchmark/ips because it defeats optimistic optimisations right as it starts measuring
<chrisseaton>
It runs with a constant number of iterations for warmup, then works out a new number of iterations to use, and starts measuring
<chrisseaton>
So the first thing the compiled code does is 'ah I haven't seen this number of iterations before - it was always constant before so I compiled with that assumption - never deoptimise to sort this out'
vtunka has quit [Quit: Leaving]
<chrisseaton>
never = better
pawnbox has quit [Remote host closed the connection]
vtunka has joined #jruby
<GitHub191>
[jruby] chrisseaton pushed 1 new commit to master: https://git.io/vgvHp
<GitHub191>
jruby/master 98070f3 Chris Seaton: [Truffle] More runtime.core to just core.
pawnbox has joined #jruby
joast has quit [Ping timeout: 246 seconds]
pawnbox has quit [Remote host closed the connection]
tomjoro has quit [Remote host closed the connection]
vtunka has quit [Quit: Leaving]
<yopp>
hum
<yopp>
is it possible to get cheap stats about how many objects are allocated right now?
<yopp>
ideally by types, but even rough number will be fine
lumrandir has left #jruby [#jruby]
<yopp>
chrisseaton, I bet you know :)
bbrowning has joined #jruby
vtunka has joined #jruby
<GitHub37>
[jruby] eregon commented on commit ecf4c37: What's the purpose?... https://git.io/vgvhM
<GitHub40>
[jruby] eregon commented on commit ecf4c37: (The less nodes using the context the better IMHO, and this is just going against it) https://git.io/vgvh9
<GitHub173>
[jruby] eregon commented on commit a447e47: This should be @ExplodeLoop https://git.io/vgfvj
vtunka has joined #jruby
joast has joined #jruby
waka has joined #jruby
joast has quit [Ping timeout: 246 seconds]
joast has joined #jruby
joast is now known as 92AACA3RA
jensnockert has quit [Remote host closed the connection]
jensnockert has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
enebo has joined #jruby
brightball has joined #jruby
brightball has quit [Quit: Leaving...]
skade has joined #jruby
jensnockert has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
jensnockert has joined #jruby
skade has joined #jruby
jensnockert has quit [Remote host closed the connection]
ITXpander has quit [Quit: Leaving.]
jensnockert has joined #jruby
jensnockert has quit [Ping timeout: 264 seconds]
skade has quit [Quit: Computer has gone to sleep.]
<GitHub56>
[jruby] chrisseaton commented on commit ecf4c37: It just seemed to me that it was something logical to tidy up - removing static state where possible. I think if we do some complex multi-tennant stuff in the future then we may want to set some options per-context.... https://git.io/vgfCB
rsim has joined #jruby
camlow325 has joined #jruby
<GitHub111>
[jruby] chrisseaton commented on commit ecf4c37: Also, I think it's a limitation of JRuby when used with Nailgun/Drip that you can't change options. We'd like to be able to do that if we use a similar approach. https://git.io/vgflM
tomjoro has joined #jruby
<GitHub152>
[jruby] chrisseaton pushed 3 new commits to master: https://git.io/vgf8E
<GitHub152>
jruby/master 81fa791 Chris Seaton: [Truffle] Move POSIX stuff into a package.
<GitHub152>
jruby/master 3f30d52 Chris Seaton: [Truffle] Move more native stuff.
<GitHub152>
jruby/master 1fcd102 Chris Seaton: [Truffle] Move ext to the top level.