2025/09/03

Newest at the top

2025-09-03 15:10:03 +0200segfaultfizzbuzz(~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 250 seconds)
2025-09-03 15:07:17 +0200trickard_trickard
2025-09-03 15:07:07 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-09-03 15:05:43 +0200segfaultfizzbuzz(~segfaultf@23-93-74-222.fiber.dynamic.sonic.net)
2025-09-03 15:01:48 +0200mari-estel(~mari-este@user/mari-estel) (Ping timeout: 265 seconds)
2025-09-03 15:00:44 +0200tv(~tv@user/tv) (Ping timeout: 256 seconds)
2025-09-03 14:59:12 +0200mari56772(~mari-este@user/mari-estel) mari-estel
2025-09-03 14:59:02 +0200arandombit(~arandombi@user/arandombit) (Ping timeout: 256 seconds)
2025-09-03 14:53:46 +0200arandombit(~arandombi@user/arandombit) arandombit
2025-09-03 14:53:46 +0200arandombit(~arandombi@2603:7000:4600:ffbe:8c82:5f1d:5114:2a6f) (Changing host)
2025-09-03 14:53:46 +0200arandombit(~arandombi@2603:7000:4600:ffbe:8c82:5f1d:5114:2a6f)
2025-09-03 14:52:28 +0200tv(~tv@user/tv) tv
2025-09-03 14:48:33 +0200califax(~califax@user/califx) califx
2025-09-03 14:46:28 +0200califax(~califax@user/califx) (Remote host closed the connection)
2025-09-03 14:39:55 +0200arandombit(~arandombi@user/arandombit) (Ping timeout: 248 seconds)
2025-09-03 14:39:46 +0200tv(~tv@user/tv) (Ping timeout: 256 seconds)
2025-09-03 14:35:35 +0200trickard_(~trickard@cpe-51-98-47-163.wireline.com.au)
2025-09-03 14:35:14 +0200trickard(~trickard@cpe-51-98-47-163.wireline.com.au) (Ping timeout: 256 seconds)
2025-09-03 14:34:30 +0200arandombit(~arandombi@user/arandombit) arandombit
2025-09-03 14:28:53 +0200tv(~tv@user/tv) tv
2025-09-03 14:24:54 +0200tromp(~textual@2001:1c00:3487:1b00:41bc:975b:4e15:a306)
2025-09-03 14:22:39 +0200ubert(~Thunderbi@2001:871:263:7eb3:cef7:e125:c0d9:e695) (Ping timeout: 265 seconds)
2025-09-03 14:15:58 +0200arandombit(~arandombi@user/arandombit) (Ping timeout: 256 seconds)
2025-09-03 14:10:35 +0200arandombit(~arandombi@user/arandombit) arandombit
2025-09-03 14:10:35 +0200arandombit(~arandombi@2603:7000:4600:ffbe:8c82:5f1d:5114:2a6f) (Changing host)
2025-09-03 14:10:35 +0200arandombit(~arandombi@2603:7000:4600:ffbe:8c82:5f1d:5114:2a6f)
2025-09-03 14:10:23 +0200tv(~tv@user/tv) (Read error: Connection reset by peer)
2025-09-03 14:07:48 +0200Athas(athas@2a01:7c8:aaac:1cf:26ef:a68:404a:576a)
2025-09-03 14:07:36 +0200Athas(athas@2a01:7c8:aaac:1cf:ca94:5e7:f880:789a) (Quit: ZNC 1.9.1 - https://znc.in)
2025-09-03 14:04:25 +0200tv(~tv@user/tv) tv
2025-09-03 14:02:41 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-09-03 13:59:06 +0200trickard_trickard
2025-09-03 13:54:39 +0200 <bwe> dminuoso: thx
2025-09-03 13:51:21 +0200 <haskellbridge> <magic_rb> Idk if i did -prof-auto, but i think so. Im not an expert tho
2025-09-03 13:48:27 +0200 <dminuoso> s/but/bug/
2025-09-03 13:48:14 +0200 <dminuoso> It makes no sense.
2025-09-03 13:48:10 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)
2025-09-03 13:48:08 +0200 <dminuoso> If -prof already disables that, that's just intentional inconvenience.
2025-09-03 13:47:53 +0200 <dminuoso> haskellbridge: okay then I consider it a but for -fprof-auto to not SCC annotate INLINE bindings.
2025-09-03 13:47:24 +0200 <haskellbridge> <magic_rb> You have to disable inlining if you want a full stack trace. Enable inlining if youre hunting performance bottlenecks
2025-09-03 13:46:58 +0200 <haskellbridge> <magic_rb> dminuoso no thats the issue. Inlining deletes SCCs
2025-09-03 13:46:39 +0200 <haskellbridge> <magic_rb> Last time i did -prof it was for heatmaps and without -O2 the result is unusable since no inlining occurs
2025-09-03 13:46:24 +0200tv(~tv@user/tv) (Read error: Connection reset by peer)
2025-09-03 13:46:24 +0200 <dminuoso> I think the SCC are just optimization barriers?
2025-09-03 13:46:14 +0200 <dminuoso> Well INLINE is still respected
2025-09-03 13:45:56 +0200 <haskellbridge> <magic_rb> You have to force them back on with -O2 i think
2025-09-03 13:45:46 +0200 <haskellbridge> <magic_rb> With -prof it disables opts by default
2025-09-03 13:45:20 +0200 <dminuoso> At first glance it seems easy If we disabled the simplifier
2025-09-03 13:44:33 +0200 <dminuoso> I wonder whether ghci shouldnt be able to instrument the code such that every exception is properly traceable.
2025-09-03 13:43:25 +0200 <haskellbridge> <magic_rb> With a lot of tiny functions relying on inlining it should produce sensible stack traces right