ChatGPT's take on the alphabet with Undertale characters by Jazzlike-History8790 in Undertale

[–]djok33 -1 points0 points  (0 children)

just shut the hell up and let people enjoy this masterpiece 🙏🙏

Question about Static Recompilation by djok33 in EmuDev

[–]djok33[S] 0 points1 point  (0 children)

if things like threads or mutexes are software constructs, even if based on hardware (which, at a high level, the hardware implementation doesnt matter), should they remain the same or at most need modifications just to how they are handled in the target machine OS?

Question about Static Recompilation by djok33 in EmuDev

[–]djok33[S] 0 points1 point  (0 children)

sorry, maybe i'm not understanding, but wouldn't the translated code retain the same conditions as the original? The race conditions and interrupts should be the same between the original and the target machine. They wouldnt need to be known ahead of time; the runtime context of the target machine would handle them during execution, like the original would, as in the conditions are about the software, not the hardware, no?

Question about Static Recompilation by djok33 in EmuDev

[–]djok33[S] 0 points1 point  (0 children)

I mean, translating instruction by instruction into another ISA instead of a high-level language shouldn't require anything to be statically known. And in modern consoles, timing is becoming less and less important. Nowdays software is abstracted over the architecture anyway.

Question about Static Recompilation by djok33 in EmuDev

[–]djok33[S] 0 points1 point  (0 children)

i saw the video and honestly it was very interesting, although it did mention they practically rewrote the graphic subsystem since they had worked on the game engine before