Click here to Skip to main content
15,892,809 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: wife bought a new TV Pin
OriginalGriff13-Dec-19 21:18
mveOriginalGriff13-Dec-19 21:18 
GeneralRe: wife bought a new TV Pin
RickZeeland13-Dec-19 22:36
mveRickZeeland13-Dec-19 22:36 
GeneralRe: wife bought a new TV Pin
OriginalGriff13-Dec-19 23:55
mveOriginalGriff13-Dec-19 23:55 
GeneralRe: wife bought a new TV Pin
Mark_Wallace14-Dec-19 20:56
Mark_Wallace14-Dec-19 20:56 
GeneralRe: wife bought a new TV Pin
dandy7214-Dec-19 12:31
dandy7214-Dec-19 12:31 
GeneralRe: wife bought a new TV Pin
lopatir14-Dec-19 19:33
lopatir14-Dec-19 19:33 
GeneralOn Jitting and virtual calls Pin
honey the codewitch13-Dec-19 20:43
mvahoney the codewitch13-Dec-19 20:43 
GeneralRe: On Jitting and virtual calls Pin
harold aptroot13-Dec-19 21:19
harold aptroot13-Dec-19 21:19 
Go into the debug settings, uncheck "suppress jit optimization on module load", debug a release build. Or you can throw an exception near the code you want to see (throw it conditionally in a way that you know is true but the compiler won't know, to stop it optimizing stuff out), let the program die and attach debugger when prompted.

E: you can open the disassembly window anyway, but if you don't do those things then you get the deliberately deoptimized debug version, which is not representative of the program the way it will really be executed.

honey the codewitch wrote:
Some methods can be resolved using a jump because all they do is forward calls to another method.

This can happen a lot in OOP when you have base classes calling derived classes through virtual functions.
I don't really get what you have in mind here, otherwise I would try it myself.

modified 14-Dec-19 9:32am.

GeneralRe: On Jitting and virtual calls Pin
honey the codewitch13-Dec-19 21:24
mvahoney the codewitch13-Dec-19 21:24 
GeneralRe: On Jitting and virtual calls Pin
Jörgen Andersson13-Dec-19 23:06
professionalJörgen Andersson13-Dec-19 23:06 
GeneralRe: On Jitting and virtual calls Pin
honey the codewitch13-Dec-19 23:07
mvahoney the codewitch13-Dec-19 23:07 
GeneralNothing to do with computers, or development, but ... the headline just cracks me up Pin
OriginalGriff13-Dec-19 11:37
mveOriginalGriff13-Dec-19 11:37 
GeneralRe: Nothing to do with computers, or development, but ... the headline just cracks me up Pin
Super Lloyd13-Dec-19 14:31
Super Lloyd13-Dec-19 14:31 
GeneralRe: Nothing to do with computers, or development, but ... the headline just cracks me up Pin
honey the codewitch13-Dec-19 20:37
mvahoney the codewitch13-Dec-19 20:37 
GeneralRe: Nothing to do with computers, or development, but ... the headline just cracks me up Pin
devenv.exe13-Dec-19 21:10
professionaldevenv.exe13-Dec-19 21:10 
GeneralRe: Nothing to do with computers, or development, but ... the headline just cracks me up Pin
Mycroft Holmes14-Dec-19 12:02
professionalMycroft Holmes14-Dec-19 12:02 
Generalnow this is a change Pin
lopatir13-Dec-19 5:45
lopatir13-Dec-19 5:45 
GeneralRe: now this is a change Pin
CodeWraith13-Dec-19 6:11
CodeWraith13-Dec-19 6:11 
GeneralARGHHH! But it worked when it was broken Pin
honey the codewitch13-Dec-19 4:58
mvahoney the codewitch13-Dec-19 4:58 
GeneralRe: ARGHHH! But it worked when it was broken Pin
Greg Utas13-Dec-19 7:12
professionalGreg Utas13-Dec-19 7:12 
GeneralRe: ARGHHH! But it worked when it was broken Pin
  Forogar  13-Dec-19 7:58
professional  Forogar  13-Dec-19 7:58 
GeneralRe: ARGHHH! But it worked when it was broken Pin
Greg Utas13-Dec-19 8:15
professionalGreg Utas13-Dec-19 8:15 
GeneralThought of the Day Pin
OriginalGriff13-Dec-19 4:55
mveOriginalGriff13-Dec-19 4:55 
GeneralRe: Thought of the Day Pin
W Balboos, GHB13-Dec-19 5:04
W Balboos, GHB13-Dec-19 5:04 
NewsRe: Thought of the Day Pin
lopatir13-Dec-19 5:05
lopatir13-Dec-19 5:05 

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.