Newest at the top
| 2025-11-09 22:37:20 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2025-11-09 22:36:36 +0100 | califax | (~califax@user/califx) califx |
| 2025-11-09 22:36:10 +0100 | peterbecich | (~Thunderbi@172.222.148.214) (Ping timeout: 265 seconds) |
| 2025-11-09 22:35:31 +0100 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2025-11-09 22:34:01 +0100 | <Square3> | Has there been any progress on getting the required changes to LLVM for ghc-wasm backend? |
| 2025-11-09 22:32:03 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
| 2025-11-09 22:28:06 +0100 | califax | (~califax@user/califx) califx |
| 2025-11-09 22:27:40 +0100 | trickard__ | (~trickard@cpe-62-98-47-163.wireline.com.au) |
| 2025-11-09 22:27:37 +0100 | trickard_ | (~trickard@cpe-62-98-47-163.wireline.com.au) (Ping timeout: 264 seconds) |
| 2025-11-09 22:27:03 +0100 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2025-11-09 22:24:54 +0100 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 244 seconds) |
| 2025-11-09 22:21:11 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2025-11-09 22:20:54 +0100 | emperori | (~emperori@223.187.124.40) (Remote host closed the connection) |
| 2025-11-09 22:20:19 +0100 | emperori | (~emperori@223.187.124.40) |
| 2025-11-09 22:19:42 +0100 | <EvanR> | yeah FFI overhead |
| 2025-11-09 22:16:15 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
| 2025-11-09 22:12:04 +0100 | califax | (~califax@user/califx) califx |
| 2025-11-09 22:10:57 +0100 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2025-11-09 22:09:05 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2025-11-09 22:08:32 +0100 | spew | (~spew@user/spew) (Quit: WeeChat 4.6.3) |
| 2025-11-09 22:04:38 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
| 2025-11-09 22:00:49 +0100 | <int-e> | (The smiley is because you're trading GC time and marshalling overhead.) |
| 2025-11-09 21:58:17 +0100 | <int-e> | (and do all work with little imports like https://github.com/Tritlo/wasm-game/blob/main/src/Lib.hs#L328-L329 ) |
| 2025-11-09 21:56:52 +0100 | <int-e> | EvanR: if all else fails you can allocate everything on the JS side instead ;-) |
| 2025-11-09 21:53:25 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2025-11-09 21:46:33 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
| 2025-11-09 21:45:39 +0100 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
| 2025-11-09 21:43:06 +0100 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
| 2025-11-09 21:41:39 +0100 | trickard_ | (~trickard@cpe-62-98-47-163.wireline.com.au) |
| 2025-11-09 21:41:20 +0100 | trickard_ | (~trickard@cpe-62-98-47-163.wireline.com.au) (Ping timeout: 240 seconds) |
| 2025-11-09 21:36:53 +0100 | <haskellbridge> | <sm> but https://allureofthestars.com/play/ is plenty fast (but that's ghcjs I guess) |
| 2025-11-09 21:36:00 +0100 | <EvanR> | unless you can figure out some shenanigan with compact region |
| 2025-11-09 21:35:43 +0100 | <EvanR> | the more live data in the heap, the more gc work there is |
| 2025-11-09 21:35:27 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 250 seconds) |
| 2025-11-09 21:35:02 +0100 | <haskellbridge> | <sm> in fairness this is a Very Small Game |
| 2025-11-09 21:30:46 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
| 2025-11-09 21:26:47 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 250 seconds) |
| 2025-11-09 21:21:57 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2025-11-09 21:20:17 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2025-11-09 21:15:15 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
| 2025-11-09 21:14:29 +0100 | <int-e> | I think it just doesn't allocate much so GC is really fast |
| 2025-11-09 21:14:13 +0100 | <segfaultfizzbuzz> | i don't see any special build flags in the build script or anything in the cabal file |
| 2025-11-09 21:12:40 +0100 | trickard_ | (~trickard@cpe-62-98-47-163.wireline.com.au) |
| 2025-11-09 21:12:25 +0100 | trickard | (~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
| 2025-11-09 21:09:42 +0100 | <segfaultfizzbuzz> | is there anything special which was done (like the newer low latency GC) to the compilation for the linked wasm game? |
| 2025-11-09 21:09:11 +0100 | Wanderer_ | Wanderer |
| 2025-11-09 21:08:18 +0100 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
| 2025-11-09 21:07:02 +0100 | spew | (~spew@user/spew) spew |
| 2025-11-09 21:06:53 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2025-11-09 21:01:37 +0100 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |