github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 10:45
[Coke] ~~ 14:32
dogbert17 o/ 18:19
todays c-lang question. Is there anything to gain, speedwise, by removing this unnecessary if-statement? github.com/MoarVM/MoarVM/blob/mast...rp.c#L6564 18:20
or are the optimizers so good that that they will detect this
nine dogbert17: you could look at the generated assembly code 18:40
lizmat And another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/03/30/2020-...f-reached/ 18:47
dogbert17 hmm, looks like the optimizer is clever but there's definitely a chance that I'm misreading the assembly 19:36
lizmat dogbert17: looks to me that if should be removed for readability alone 22:08