Geth MoarVM: 161ec63942 | (Samantha McVey)++ | 2 files
Make string_index 16% faster for incompatible string types

For incompatible string types use string_equal_at_ignore_case_INTERNAL_loop which results in a 16% speed boost. Only a minor change to the INTERNAL_loop function and it works flawlessly for nonignorecase/ignoremark functionality.
00:26
brrt good * #moarvm 11:58
lizmat .seen jnthn 15:49
yoleaux I saw jnthn 9 Jul 2017 22:52Z in #perl6-dev: <jnthn> Sleep time; 'night o/
Zoffix <jnthn> btw, mentioned it on #moarvm on Friday, but to note here: I'm off on a short vacation tomorrow morning, so probably won't be on IRC again until Wednesday or so. 15:50
lizmat hopes Zoffix will enjoy 15:51
Zoffix I was quoting what jnthn said 15:52
Zoffix steals jnthn's vacation and enjoys it
Geth_ MoarVM: stmuk++ created pull request #613:
Fix ARM build
16:37
lizmat Zoffix: ah, duh, enjoy nonetheless! 16:54
Geth_ MoarVM: fe4fa1d7f0 | (Steve Mynott)++ | build/setup.pm
Fix ARM build

Don't pass CFLAGS (which includes -Werror=declaration-after-statement) to dyncall. Just pass -fPIC. Otherwise we see a fatal warning with dyncall_callvm_arm32_arm_armhf.c
17:53
MoarVM: acc92b9d82 | lizmat++ (committed using GitHub Web editor) | build/setup.pm
Merge pull request #613 from stmuk/master

Fix ARM build
lizmat and another Perl 6 Weekly hits the Net: p6weekly.wordpress.com/2017/07/10/...do-is-hot/ 21:28
MasterDuke i mentioned this in #perl6-dev yesterday and made the changes requested, anybody have an objection to someone merging github.com/MoarVM/MoarVM/pull/590 ? 21:47
samcv good * 23:13
yoleaux 18:34Z <Zoffix> samcv: can all the TODOs in t/spec/S15-nfg/emoji-test.t now be unfudged?
samcv lizmat, you didn't add that we now parse all Emoji v4.0 as single characters and the MoarVM Readme has been updated to show full unicode 9.0 support 23:16
also regex is 16% faster when doing it between an 8bit and 32 bit string representations for moarvm 23:17
and one more thing. one sec lemme get the speed diff 23:19
6% speed improvement slurping files with lots of unicode 23:20
no actually make that 9% ran test a few more times and did the shortest time for each 23:22