Click here to Skip to main content
15,884,298 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Another Assembly Guide Pin
honey the codewitch15-May-22 20:48
mvahoney the codewitch15-May-22 20:48 
GeneralRe: Another Assembly Guide Pin
User 1052936016-May-22 23:11
User 1052936016-May-22 23:11 
GeneralRe: Another Assembly Guide Pin
honey the codewitch16-May-22 23:45
mvahoney the codewitch16-May-22 23:45 
GeneralRe: Another Assembly Guide Pin
User 1052936017-May-22 0:48
User 1052936017-May-22 0:48 
GeneralRe: Another Assembly Guide Pin
honey the codewitch17-May-22 0:50
mvahoney the codewitch17-May-22 0:50 
GeneralRe: Another Assembly Guide Pin
User 1052936017-May-22 2:00
User 1052936017-May-22 2:00 
GeneralRe: Another Assembly Guide Pin
honey the codewitch17-May-22 0:56
mvahoney the codewitch17-May-22 0:56 
GeneralRe: Another Assembly Guide Pin
honey the codewitch17-May-22 1:34
mvahoney the codewitch17-May-22 1:34 
I read your most recent comment in my email but it's flagged as spam for some reason here on the forum so I'll respond here instead if you don't mind.

You asked me what optimized means. That's fair. Let me see if I can clarify. Since it's situational, we'd have to take it on a case by case basis. Consider that if you produce a string of assembly, and my compiler produces a similar but different string, if it's not different but for some instructions that make it faster in at least half the situations we can think of I'll concede. Does that make sense?

The reason I excluded SIMD is because in practice it's the one area where I tend to "drop to" asm pretty frequently, because currently the compiler has narrow cases where it can find opportunities to produce SIMD regardless of how I structure my code. It's a good reason to context switch to asm from within C or C++. Those reasons exist and I'm not arguing otherwise. But I hope that clarifies why I added that qualification.

The code I posted in my second reply might clarify my position some.
To err is human. Fortune favors the monsters.

GeneralRe: Another Assembly Guide Pin
User 1052936017-May-22 1:48
User 1052936017-May-22 1:48 
GeneralRe: Another Assembly Guide Pin
honey the codewitch17-May-22 1:57
mvahoney the codewitch17-May-22 1:57 
GeneralRe: Another Assembly Guide Pin
harold aptroot15-May-22 2:59
harold aptroot15-May-22 2:59 
GeneralRe: Another Assembly Guide Pin
glennPattonWork315-May-22 4:59
professionalglennPattonWork315-May-22 4:59 
GeneralRe: Another Assembly Guide Pin
glennPattonWork315-May-22 5:05
professionalglennPattonWork315-May-22 5:05 
JokeMy roommate claims that our house is haunted because she saw a ghost... PinPopular
Sander Rossel14-May-22 23:28
professionalSander Rossel14-May-22 23:28 
GeneralRe: My roommate claims that our house is haunted because she saw a ghost... Pin
Paul Sanders (the other one)16-May-22 0:57
Paul Sanders (the other one)16-May-22 0:57 
GeneralRe: My roommate claims that our house is haunted because she saw a ghost... Pin
Sander Rossel16-May-22 9:39
professionalSander Rossel16-May-22 9:39 
GeneralRe: My roommate claims that our house is haunted because she saw a ghost... Pin
Paul Sanders (the other one)16-May-22 11:15
Paul Sanders (the other one)16-May-22 11:15 
GeneralLeaky Forms: A Study of Email and Password Exfiltration Before Form Submission Pin
abmv14-May-22 17:59
professionalabmv14-May-22 17:59 
GeneralRe: Leaky Forms: A Study of Email and Password Exfiltration Before Form Submission Pin
pkfox14-May-22 21:47
professionalpkfox14-May-22 21:47 
GeneralRe: Leaky Forms: A Study of Email and Password Exfiltration Before Form Submission Pin
Peter_in_278014-May-22 22:37
professionalPeter_in_278014-May-22 22:37 
GeneralRe: Leaky Forms: A Study of Email and Password Exfiltration Before Form Submission Pin
Kent Sharkey15-May-22 10:30
staffKent Sharkey15-May-22 10:30 
GeneralRe: Leaky Forms: A Study of Email and Password Exfiltration Before Form Submission Pin
Cpichols16-May-22 1:46
Cpichols16-May-22 1:46 
GeneralRe: Leaky Forms: A Study of Email and Password Exfiltration Before Form Submission Pin
obermd16-May-22 3:12
obermd16-May-22 3:12 
GeneralWordle Hurdle Pin
Vivi Chellappa14-May-22 10:37
professionalVivi Chellappa14-May-22 10:37 
GeneralRe: Wordle Hurdle Pin
Vivi Chellappa14-May-22 11:29
professionalVivi Chellappa14-May-22 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.