695
coding chess (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] Buddahriffic@lemmy.world 9 points 7 months ago* (last edited 7 months ago)

Just need to add some code that saves the base stack pointer, detects when the stack is about to run out, then saves the current number, resets the stack to the original pointer but now with the current number as x and continues on to fix the stack overflow issue. You don't even have to restore the stack when it's all unwinding!

The integer overflow issue would be more complicated to solve except it isn't really an issue because chopping off the upper bits doesn't affect the eveness of a value.

Oh and I thought of a quick way to verify the result of the algorithm. It should give the same result as this expression that you can use in your test suite:

!(x & 1)

Edit: um, new formatting problem... And that amp shows up in the edit box so it might even keep expanding.

[-] Ephera@lemmy.ml 8 points 7 months ago

The ampersand thing is a known bug in Lemmy. It has to do with input sanitation, as I understand.

[-] Buddahriffic@lemmy.world 6 points 7 months ago

Yeah looks like it's sanitizing both on submit and when displaying.

this post was submitted on 22 Feb 2024
695 points (96.4% liked)

Programmer Humor

32070 readers
465 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS