Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 02-Aug-2023 01:40:22 JST Haelwenn /элвэн/ :triskell: @cwebber (And malloc/free in some environments works like reference counting but counter is a boolean) -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 02-Aug-2023 01:45:10 JST Haelwenn /элвэн/ :triskell: @a13cui @cwebber Yup, and it just totally shatters manual vs. GC -
Embed this notice
chsh -s /usr/bin/pwsh $USER (a13cui@emacs.ch)'s status on Wednesday, 02-Aug-2023 01:45:11 JST chsh -s /usr/bin/pwsh $USER -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 02-Aug-2023 03:38:26 JST Haelwenn /элвэн/ :triskell: @TomF @a13cui @cwebber Well at the same time, in practice:
- By default on modern systems, specially desktop ones, malloc() rarely/never returns NULL.
- free() doesn't needs to deallocate memory right away, jemalloc explored that part quite a lot
I'm not saying it's literally GC but the limits aren't as sharp as many people put them out to be. -
Embed this notice
Tom Forsyth (tomf@mastodon.gamedev.place)'s status on Wednesday, 02-Aug-2023 03:38:27 JST Tom Forsyth @lanodan @a13cui @cwebber I'm not sure broadening the definition of GC to include manual malloc/free is particularly productive though. All you've done is redefine the words "garbage collection" so broadly that it now means nothing.
-
Embed this notice