Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
00:22 anatofuz joined 00:27 anatofuz left 00:40 anatofuz joined 00:42 anatofuz_ joined, anatofuz left 00:43 anatofuz joined, anatofuz_ left 01:23 cognominal joined 01:27 cognomin_ left 01:32 anatofuz left 01:33 anatofuz joined 01:38 anatofuz left, anatofuz joined 01:45 anatofuz left 01:46 anatofuz joined 01:53 anatofuz left 02:12 anatofuz joined 02:18 anatofuz left 02:19 anatofuz joined 03:15 anatofuz left 03:20 japhb left 03:24 anatofuz joined 03:26 anatofuz_ joined 03:29 anatofuz left 03:33 softmoth left 04:01 anatofuz_ left 04:02 anatofuz joined 04:06 anatofuz left 04:12 anatofuz joined 04:20 japhb joined 05:26 anatofuz left 05:27 anatofuz joined 05:31 anatofuz left 05:33 anatofuz joined 06:44 anatofuz left 06:45 anatofuz joined 06:50 anatofuz left 07:36 anatofuz joined 07:47 anatofuz left 07:49 anatofuz joined 07:53 anatofuz left, anatofuz_ joined, anatofuz_ left 07:54 anatofuz joined 08:42 anatofuz_ joined, anatofuz_ left 08:46 anatofuz left 08:49 anatofuz joined 08:54 anatofuz left 08:56 anatofuz joined 09:47 bazzaar joined 10:22 anatofuz left 10:36 bazzaar left 10:37 bazzaar joined 10:38 bazzaar left
|Tux| Rakudo version 2019.07.1-385-g6c35cef60 - MoarVM version 2019.07.1-257-g39f577438
csv-ip5xs0.768 - 0.780
csv-ip5xs-206.503 - 6.604
csv-parser21.132 - 21.441
csv-test-xs-200.419 - 0.432
test7.037 - 7.148
test-t1.714 - 1.745
test-t --race0.771 - 0.774
test-t-2029.531 - 30.219
test-t-20 --race8.862 - 8.913
12:48
12:53 lucasb joined 13:36 Guest3346 joined 14:18 tyil[m] left 14:19 rba[m] left, AlexDaniel` left
Geth_ nqp: 393eb96878 | (Aleks-Daniel Jakimenko-Aleksejev)++ | tools/templates/MOAR_REVISION
[MoarVM Bump] Brings 8 commits

MoarVM bump brought: github.com/MoarVM/MoarVM/compare/2...g39f577438 39f577438 Merge pull request #1166 from Kaiepi/ipv6-unsupported 379ec77a1 Ensure UDP sockets actually get bound when binding them d9a067d46 Never call freeaddrinfo more than once, always hold on to socket errors 2f4798b85 Actually fix GC in async sockets 3fa99b4dc Fix some memory issues and race conditions with async sockets 2b835211d Actually make async sockets work again 5bf9e00c4 Try using all resolved addresses before throwing 5533a7873 Use more appropriate flags in MVM_io_resolve_host_name
14:19
rakudo: 7e76762c52 | (Aleks-Daniel Jakimenko-Aleksejev)++ | tools/templates/NQP_REVISION
[NQP Bump] 393eb9687 [MoarVM Bump] Brings 8 co […]

NQP bump brought: github.com/perl6/nqp/compare/2019....g393eb9687
lizmat And another Perl 6 Weekly hits the Net: p6weekly.wordpress.com/2019/10/07/...syntaxing/ 14:24
moritz hi all 15:03
Geth_ nqp/master: 5 commits pushed by (Paweł Murias)++ 15:34
¦ problem-solving: Kaiepi assigned to jnthn Issue Perl 6 needs better ways to deal with network addresses github.com/perl6/problem-solving/issues/111 15:53
16:33 AlexDaniel` joined 16:47 cognomin_ joined 16:50 cognominal left 17:11 tyil[m] joined, rba[m] joined 17:16 softmoth joined 17:49 bazzaar joined 17:55 hankache joined 17:56 cognomin_ left
Geth_ ¦ problem-solving: vrurg assigned to jnthn Issue Role concretization needs big improvements. github.com/perl6/problem-solving/issues/112 19:01
hankache hello #prt;6 19:14
#oerl6 19:15
aghhh #perl6
what does --moar-option="--ld=link" do?
MasterDuke hankache: uses the `link` linker instead of the `ld` linker 19:22
hankache thanks MasterDuke. Bu default it is what? 19:24
if I omit the option? 19:25
and why would I chose link instead of ld?
MasterDuke i think `ld` is the default. some might be faster, or have better support for doing LTO (link time optimization) 19:26
hankache hmmm 19:27
thanks
MasterDuke but this isn't an area where i would consider myself very knowledgeable, so take what i'm saying with a grain of salt
hankache I am encountering a very weird issue
if I build Rakudo 2019.07.1 using: perl Configure.pl --backends=moar --gen-moar --moar-option="--cc=cl" --moar-option="--ld=link" --moar-option="--make=nmake" --relocatable 19:28
A test of LWP::Simple fails
If I build it with: perl Configure.pl --backends=moar --gen-moar --moar-option="--cc=gcc" --moar-option="--make=gmake" --relocatable 19:29
it works
PS: OS Windows 10
MasterDuke you can't use --moar-option="--ld=link" with gcc? 19:30
hankache No clue. Never tried before
MasterDuke or conversely, --moar-option="--cc=cl" without --moar-option="--ld=link"?
hankache I should try to narrow it down
but I was curious what this option does hence my question initially 19:31
Let me try and come back 19:32
brb
MasterDuke hm. might want to ask in #moarvm, seems like a c toolchain problem (i.e., likely not a problem in rakudo itself, but with how moarvm is built)
timotimo or nine or brrt or jnthn might have some ideas
hankache ok 19:33
thanks
MasterDuke np 19:34
hankache I confirm, when using --moar-option="--ld=link" one of the tests of LWP::Simple fails 19:57
20:34 |Tux| left 20:43 hankache left 21:00 |Tux| joined 22:05 squashable6 left 22:08 squashable6 joined, ChanServ sets mode: +v squashable6 22:21 softmoth left 22:47 bazzaar left 23:07 softmoth joined 23:26 anatofuz joined 23:48 anatofuz left, anatofuz joined 23:50 anatofuz left, anatofuz joined