Search Results
7/21/2025, 5:48:15 PM
>>105978449
It's a problem even with mutability, as an expression like f(x) + g(x) + x can't be freely reordered by the compiler when it's unknown if f or g have side effects. Ideally the most expensive calls are done first to reduce later register pressure
It's a problem even with mutability, as an expression like f(x) + g(x) + x can't be freely reordered by the compiler when it's unknown if f or g have side effects. Ideally the most expensive calls are done first to reduce later register pressure
7/9/2025, 6:30:27 PM
>>105848595
>Your toy examples, monads, and Polish notation need not apply
You don't need to get caught up in the particular notation, drawing out the ascii trees for better intuition would just make the post too long
>Your toy examples, monads, and Polish notation need not apply
You don't need to get caught up in the particular notation, drawing out the ascii trees for better intuition would just make the post too long
7/1/2025, 12:14:39 PM
>>714156843
My only issue is that legal protections for those who want to reverse engineer and patch games is the only serious way this could work long term.
Other proposed solutions:
>providing game binaries
not a good solution long term on both a technical and security level.
>providing server source code
companies will fight you on that, collectively, hard, also the same issue as the one on top.
My only issue is that legal protections for those who want to reverse engineer and patch games is the only serious way this could work long term.
Other proposed solutions:
>providing game binaries
not a good solution long term on both a technical and security level.
>providing server source code
companies will fight you on that, collectively, hard, also the same issue as the one on top.
Page 1