Click here to Skip to main content
15,881,882 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: Selective Disasm: This is either a really good tool or a really good idea for one Pin
Rick York31-Dec-20 7:29
mveRick York31-Dec-20 7:29 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
honey the codewitch31-Dec-20 9:03
mvahoney the codewitch31-Dec-20 9:03 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
Greg Utas31-Dec-20 9:26
professionalGreg Utas31-Dec-20 9:26 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
honey the codewitch31-Dec-20 9:29
mvahoney the codewitch31-Dec-20 9:29 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
Greg Utas31-Dec-20 10:52
professionalGreg Utas31-Dec-20 10:52 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
honey the codewitch31-Dec-20 10:55
mvahoney the codewitch31-Dec-20 10:55 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
Greg Utas31-Dec-20 11:15
professionalGreg Utas31-Dec-20 11:15 
GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
Rick York31-Dec-20 11:23
mveRick York31-Dec-20 11:23 
Writing that machine code generator is one of the funnest things I have ever done. It was done purely for performance reasons. We were trying to sell a targeted application framework and we got lots of questions about the performance of the script engine. As it turns out, it was more than adequate and get even more so as machines got faster but people didn't buy that so I figured out a high performance option. Once I got it done it was fascinating to evaluate its performance. I found that it was neck and neck with Visual C++'s unoptimized code and I was very, very happy with that. The interesting thing was comparing the performance with VC++ code that was optimized. That really showed me the power of optimization because in some cases I saw a 50% improvement. In the stuff I was most interested in, which was numerical computations, it was more like 20% but that is significant. Back then, the fastest hardware was just getting into the 200MHz range so optimization was very important. Now, we are in the multi-gigahertz range and CPUs barely register any usage at all when running that application, which is still being actively deployed.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

GeneralRe: Selective Disasm: This is either a really good tool or a really good idea for one Pin
honey the codewitch31-Dec-20 11:34
mvahoney the codewitch31-Dec-20 11:34 
GeneralOut with the scold, In with the brew? Pin
W Balboos, GHB31-Dec-20 2:27
W Balboos, GHB31-Dec-20 2:27 
GeneralRe: Out with the scold, In with the brew? Pin
RickZeeland31-Dec-20 2:38
mveRickZeeland31-Dec-20 2:38 
GeneralRe: Out with the scold, In with the brew? Pin
W Balboos, GHB31-Dec-20 2:48
W Balboos, GHB31-Dec-20 2:48 
GeneralRe: Out with the scold, In with the brew? Pin
Rick York31-Dec-20 7:40
mveRick York31-Dec-20 7:40 
JokeRe: Out with the scold, In with the brew? Pin
Daniel Pfeffer31-Dec-20 3:55
professionalDaniel Pfeffer31-Dec-20 3:55 
GeneralRe: Out with the scold, In with the brew? Pin
Chris C-B31-Dec-20 5:47
Chris C-B31-Dec-20 5:47 
GeneralRe: Out with the scold, In with the brew? Pin
BillWoodruff1-Jan-21 12:14
professionalBillWoodruff1-Jan-21 12:14 
GeneralRe: Out with the scold, In with the brew? Pin
W Balboos, GHB3-Jan-21 2:31
W Balboos, GHB3-Jan-21 2:31 
GeneralGreetings from 2021 Pin
Peter_in_278031-Dec-20 2:00
professionalPeter_in_278031-Dec-20 2:00 
GeneralRe: Greetings from 2021 Pin
Slacker00731-Dec-20 2:10
professionalSlacker00731-Dec-20 2:10 
GeneralRe: Greetings from 2021 Pin
W Balboos, GHB31-Dec-20 3:09
W Balboos, GHB31-Dec-20 3:09 
GeneralRe: Greetings from 2021 Pin
Mike Hankey31-Dec-20 3:18
mveMike Hankey31-Dec-20 3:18 
GeneralRe: Greetings from 2021 Pin
Jerigo31-Dec-20 5:00
Jerigo31-Dec-20 5:00 
GeneralRe: Greetings from 2021 Pin
S Houghtelin31-Dec-20 5:41
professionalS Houghtelin31-Dec-20 5:41 
GeneralRe: Greetings from 2021 Pin
dandy7231-Dec-20 5:42
dandy7231-Dec-20 5:42 
GeneralThank you Microsoft, but WTE? Pin
Richard MacCutchan30-Dec-20 23:53
mveRichard MacCutchan30-Dec-20 23:53 

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.