hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/ | GSoD: https://developers.google.com/season-of-docs/
<hkaiser> jaafar: thanks a lot!
K-ballo has quit [Quit: K-ballo]
weilewei has quit [Remote host closed the connection]
Coldblackice has joined #ste||ar
Coldblackice_ has quit [Ping timeout: 265 seconds]
weilewei has joined #ste||ar
weilewei has quit [Remote host closed the connection]
hkaiser has quit [Quit: bye]
Coldblackice has quit [Ping timeout: 276 seconds]
Coldblackice has joined #ste||ar
Coldblackice has quit [Ping timeout: 250 seconds]
rori has joined #ste||ar
K-ballo has joined #ste||ar
heller has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
heller has joined #ste||ar
Yorlik has quit [Ping timeout: 240 seconds]
Coldblackice has joined #ste||ar
Coldblackice_ has joined #ste||ar
hkaiser has joined #ste||ar
Coldblackice has quit [Ping timeout: 276 seconds]
<simbergm> hkaiser: can I go ahead and merge #4164?
<hkaiser> let me review it, looks much nicer now ;-)
<simbergm> thanks!
<hkaiser> simbergm: the spirit parsers are still reformatted :/
<hkaiser> the BOOST_FUSION_ADAPT_STRUCT too
<simbergm> argh, sorry about that
<simbergm> I completely forgot
<simbergm> thanks for noticing, I'll revert those
<hkaiser> thanks
<hkaiser> simbergm: otherwise looks good (from a cursory glance)
<hkaiser> thanks a lot!
hkaiser has quit [Quit: bye]
RostamLog has joined #ste||ar
weilewei has quit [Remote host closed the connection]
hkaiser has quit [Quit: bye]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo1 is now known as K-ballo
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo1 is now known as K-ballo
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 265 seconds]
K-ballo1 is now known as K-ballo
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 265 seconds]
K-ballo1 is now known as K-ballo
<K-ballo> evaluate_assert, is that new?
<K-ballo> it's showing pretty high on the bloat reports
hkaiser has joined #ste||ar
<K-ballo> there's also some ::operator() showing up, looks like a bad demangle...
<K-ballo> is there some new lambda taking no arguments and returning T?
<hkaiser> interesting - it's always the unexpected things...
<K-ballo> oh crap, each assertion is a lambda?
<K-ballo> TWO lambdas!
<hkaiser> K-ballo: yah, heller came up with that
<K-ballo> cute, but lambdas are super bloaty
<hkaiser> didn't know that
<K-ballo> only accounts for 0.08 GB though
mdiers_ has quit [Ping timeout: 246 seconds]
Yorlik has quit [Ping timeout: 252 seconds]
mdiers_ has joined #ste||ar
<K-ballo> function seems to have gotten worse, but has not changed directly.. something in its implementation might
<K-ballo> or maybe there's just enough more new instantiations now