🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
|Tux| Rakudo v2022.07-86-g64f552f32 (v6.d) on MoarVM 2022.07-20-g757524899
csv-ip5xs0.796 - 0.807
csv-ip5xs-205.262 - 5.315
csv-parser3.612 - 3.868
csv-test-xs-200.415 - 0.514
test6.125 - 6.238
test-t1.384 - 1.442
test-t --race0.863 - 0.885
test-t-2021.365 - 21.826
test-t-20 --race7.261 - 7.310
11:18
[Coke] there's a GH issue open saying "if we had tail call optimization, we'd have it." - kind of a soft RFE. Is it on the roadmap? Is there a roadmap? 14:42
github.com/rakudo/rakudo/issues/4964 14:43
ugexe seems like that would ultimately depend on the backend 16:17
for example: if java doesn't have TCO how could raku-j support TCO?
[Coke] I think if we had an answer for moarvm, that would suffice. 16:19
vrurg Probably, since its an optimization, it could be backend-dependant. We can't offer same optimizations everywhere, apparently. 16:23
vrurg But I remember that Jonathan was opposing the idea. Don't remember why though. 16:25
[Coke] Happy to just link to a blog post or something. :) 16:28
Maybe we can add it to a FAQ in the rakudo wiki. 16:29
[Coke] will ask in #moarvm