Email or username:

Password:

Forgot your password?
Devine Lu Linvega

*squints* bug.. in the function?
*squints more* no, bug.. in the assembler.

7 comments
Ramsey Nasser

@neauoire common stackoverflow nerd: there are almost never bugs in the compiler, its usually user code
me, writing several compilers, riddled with bugs: 😬😬😬

Devine Lu Linvega

@nasser me everytime I fix a bug in the assembler: "This is it! That was the last one ever."

Ramsey Nasser

@neauoire i sometimes think about software people encountering bugs for the first time in the 50s... its not obvious that bugs would be a permanent part of software and i wonder when that ominous realization donned on people...

gvv

@neauoire my entire last 24 hrs (modulo sleeping and eating).. ugh, bug in assembly code 🤓no wait: bug in emulator 😬no wait, bug in assembler? hrrmmm... 🤔 ooohhhhh, bug in specification! 😖

nf

@neauoire *squints further* bug in the cpu?

It’s funny, at work it’s an old adage that if you think it’s a compiler bug it’s probably not (true). But once the complete opposite happened and a colleague was trying to debug something and ended up reporting a microcode bug to Intel. (!!)

Devine Lu Linvega

@nf I can imagine intel being like, nha, you must have made a mistake.

nf

@neauoire from what I remember they were grateful for the report!

Go Up