this post was submitted on 13 Jun 2024
513 points (98.7% liked)

Programmer Humor

19145 readers
437 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ParanoiaComplex@lemmy.world 9 points 3 months ago* (last edited 3 months ago) (1 children)

I don't know Rust but jump typically moves the program counter, where the height represents the number of instructions to move

[–] trxxruraxvr@lemmy.world 14 points 3 months ago (1 children)

Afaik rust doesn't have functions like that as they lead to unsafe code that's impossible to check variable lifetimes for. I think OP created the jump function.

[–] RustyNova@lemmy.world 14 points 3 months ago

They created it. The compiler says the jump function is in src/main.rs