Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
slyphon has quit [Quit: I REGRET NOTHiiiiiiiiiinnnngggg….]
slyphon has joined #jruby
jmalves has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 268 seconds]
Osho has quit [Ping timeout: 252 seconds]
Osho has joined #jruby
_whitelogger has joined #jruby
KeyJoo has joined #jruby
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
jmalves has quit [Remote host closed the connection]
shellac has joined #jruby
shellac has quit [Client Quit]
bbrowning_away is now known as bbrowning
shellac has joined #jruby
jmalves has joined #jruby
jmalves has quit [Remote host closed the connection]
jmalves has joined #jruby
jmalves has quit [Ping timeout: 272 seconds]
<headius> lopex: well, I think we should :-)
<headius> kares: yeah figured
<headius> I'd add OpenJ9 before Zulu personally
<lopex> headius: jeez this is on my way to work https://katowice.webcamera.pl/
<lopex> it's under extraterritorial jurisdiction now
<kares> headius: that could pbly be installed (manually on CI) since adoptopenjdk provides the build ...
<kares> have been playing with it - esp. with JRuby, its slower but compat is high - 1-2 failures on test:jruby
<headius> we still haven't tried to port over Hannes's JVM compiler for joni
<headius> the webrev with the code is later in that thread
<headius> kares: yeah probably not too hard
<headius> I have been talking to IBM folks about perf
<headius> I'm guessing there will be more of that in our future
<lopex> headius: oh, cool
<kares> nice!
<lopex> headius: and since joni was rewritten in the most part now
<headius> I'd like to re-fork their char[] joni and try to figure out a way to support it
<headius> since it's a way better engine than java.util.regex
<kares> choni? :)
<lopex> headius: btw, the stack size is unaffected since it's inception (managed to squeeze the that 'keep' feature on same frame size if combination explosion check is unused)
<lopex> headius: though, you'll face some additional challenges for stack management
<lopex> since in java regexps are not used that much compared to ruby
<lopex> I was astonished
<lopex> CGP Grey never disapoints too
<lopex> headius: is there anything in java.base that generates bytecode at runtime now ?
<headius> Proxy
<headius> maybe reflection?
<headius> method handles
<lopex> explicitly or via invoke dynamic ?
<lopex> I might be mixing the terms though
<headius> LambdaForm does it internally
<headius> it compiles itself to bytecode and that is force inlined via indy
<lopex> so it all goes through byte arrays anyways ?
<lopex> lol, my last position in my joni todo list file is unsafe encoding, ditch CR
<lopex> from under heavy beer influence
xardion has quit [Remote host closed the connection]
<headius> lopex: yeah they aren't using ASM or anything
<lopex> we could really ditch the CR if we have different behaviour for encoding intances
<lopex> yeah, I gather
xardion has joined #jruby
<headius> different behavior per instance?
<lopex> even spring still uses cglib which is more restricted afaik ?
<lopex> headius: yeah
<lopex> so each encding would have "default instance" which would mean unknown cr
<lopex> specialized versions would do better
<lopex> and that's not a lot of additional instances, since all singlebyte ones would have at most two
<lopex> and each one could tell what is it's safe/unsafe version
rdubya has joined #jruby
<headius> cglib uses asm
<headius> lopex: ok I understand
<lopex> lol
<lopex> headius: oh so I guess I meant bcel ?
<headius> ah yeah
<lopex> or even javaassist
<lopex> those were trendy back in the days
<lopex> and janino
<lopex> looking through my old links :P
<lopex> but when scalac switched to asm, asm basically won I guess
<lopex> two hours to third launch of a reflown booster :P
<lopex> er, wrong channel
shellac has quit [Quit: Computer has gone to sleep.]
<headius> ugh, finally got autoload passing everything again
<headius> really gonna have to fill out the missing pieces of load/autoload/require logic from MRI for 9.3
<headius> lopex: I seem to remember buying a book on code generation that covered all of them
<headius> maybe I dreamed it though
shellac has joined #jruby
shellac has quit [Client Quit]
shellac has joined #jruby
Aethenelle has joined #jruby
Eiam has joined #jruby
subbu is now known as subbu|lunch
shellac has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:05d0d93 by Thomas E Enebo): The build has errored. (https://travis-ci.org/jruby/jruby/builds/462974088)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> nomadium/jruby (ruby-2.6-add-hash-to-hash-block:f356f04 by Miguel Landaeta): The build passed. (https://travis-ci.org/nomadium/jruby/builds/462967849)
travis-ci has left #jruby [#jruby]
subbu|lunch is now known as subbu
slyphon_ has joined #jruby
slyphon has quit [Read error: No route to host]
slyphon has joined #jruby
slyphon_ has quit [Ping timeout: 245 seconds]
travis-ci has joined #jruby
<travis-ci> nomadium/jruby (untag-array-to_h-mri-test:9f02118 by Miguel Landaeta): The build passed. (https://travis-ci.org/nomadium/jruby/builds/462992580)
travis-ci has left #jruby [#jruby]
KeyJoo has quit [Ping timeout: 272 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rdubya has quit [Quit: Leaving.]
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
Puffball has quit [Read error: Connection reset by peer]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (ruby-2.6:ea73552 by Thomas E. Enebo): The build passed. (https://travis-ci.org/jruby/jruby/builds/463046613)
travis-ci has left #jruby [#jruby]
zenspider has quit [Ping timeout: 272 seconds]
zenspider has joined #jruby
slyphon_ has joined #jruby
slyphon has quit [Ping timeout: 245 seconds]
slyphon has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (ruby-2.6:b6142af by Thomas E Enebo): The build failed. (https://travis-ci.org/jruby/jruby/builds/463049684)
travis-ci has left #jruby [#jruby]
slyphon_ has quit [Ping timeout: 245 seconds]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]