Click here to Skip to main content
15,889,266 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: invert if : visual studio code helper Pin
Jon McKee12-Aug-20 11:14
professionalJon McKee12-Aug-20 11:14 
GeneralRe: invert if : visual studio code helper Pin
Richard Deeming12-Aug-20 22:18
mveRichard Deeming12-Aug-20 22:18 
GeneralRe: invert if : visual studio code helper Pin
Bernhard Hiller4-Aug-20 20:31
Bernhard Hiller4-Aug-20 20:31 
JokeRe: invert if : visual studio code helper Pin
Nelek4-Aug-20 21:44
protectorNelek4-Aug-20 21:44 
GeneralRe: invert if : visual studio code helper Pin
raddevus5-Aug-20 2:09
mvaraddevus5-Aug-20 2:09 
GeneralRe: invert if : visual studio code helper Pin
obermd5-Aug-20 4:07
obermd5-Aug-20 4:07 
GeneralRe: invert if : visual studio code helper Pin
raddevus5-Aug-20 4:23
mvaraddevus5-Aug-20 4:23 
GeneralRe: invert if : visual studio code helper Pin
Greg Utas5-Aug-20 4:22
professionalGreg Utas5-Aug-20 4:22 
One possibility is that this is a performance suggestion. Because of pre-fetching, many CPUs perform better when the non-jump case is taken. If the tool is guessing that the non-jump case is actually the rare one, it might be making the suggestion on those grounds. My guess is not, but I wanted to mention it. I worked on a product where the tags <usual> and <rare> could be used to tag code paths to assist the compiler with optimization. We had customers who would raise hell if a release slowed down by more than 1%-2%, despite all their feature requests, so tagging frequently invoked functions this way alleviated some of the performance degradation.

GeneralRe: invert if : visual studio code helper Pin
raddevus5-Aug-20 4:31
mvaraddevus5-Aug-20 4:31 
GeneralRe: invert if : visual studio code helper Pin
OriginalGriff5-Aug-20 5:24
mveOriginalGriff5-Aug-20 5:24 
GeneralRe: invert if : visual studio code helper Pin
raddevus5-Aug-20 8:15
mvaraddevus5-Aug-20 8:15 
GeneralRe: invert if : visual studio code helper Pin
Nelek5-Aug-20 8:51
protectorNelek5-Aug-20 8:51 
GeneralRe: invert if : visual studio code helper Pin
Jon McKee12-Aug-20 11:23
professionalJon McKee12-Aug-20 11:23 
GeneralRe: invert if : visual studio code helper Pin
Dan Neely10-Aug-20 8:57
Dan Neely10-Aug-20 8:57 
GeneralRe: invert if : visual studio code helper Pin
jsc4210-Aug-20 23:19
professionaljsc4210-Aug-20 23:19 
GeneralRe: invert if : visual studio code helper Pin
Greg Utas11-Aug-20 1:12
professionalGreg Utas11-Aug-20 1:12 
GeneralEgyptology and computer science PinPopular
Randor 4-Aug-20 4:48
professional Randor 4-Aug-20 4:48 
GeneralRe: Egyptology and computer science Pin
raddevus4-Aug-20 5:25
mvaraddevus4-Aug-20 5:25 
GeneralRe: Egyptology and computer science Pin
Randor 4-Aug-20 8:02
professional Randor 4-Aug-20 8:02 
GeneralRe: Egyptology and computer science Pin
honey the codewitch4-Aug-20 5:51
mvahoney the codewitch4-Aug-20 5:51 
GeneralRe: Egyptology and computer science Pin
Randor 4-Aug-20 8:23
professional Randor 4-Aug-20 8:23 
GeneralRe: Egyptology and computer science Pin
honey the codewitch4-Aug-20 8:36
mvahoney the codewitch4-Aug-20 8:36 
GeneralRe: Egyptology and computer science Pin
Rick York4-Aug-20 11:16
mveRick York4-Aug-20 11:16 
GeneralRe: Egyptology and computer science Pin
Randor 4-Aug-20 11:50
professional Randor 4-Aug-20 11:50 
GeneralFound on TDWTF Pin
Brisingr Aerowing30-Jul-20 8:49
professionalBrisingr Aerowing30-Jul-20 8:49 

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.