Viewing object code?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



In the old days, before Microsoft, compilers all had an option to list the code they produced so that you could see what compiled well and what did not. Programmers quickly learned not to use what the compiler made a mess of. This often led to 2:1 speedups in programs.

Is it possible to view the code that VB compiles your program into? Perhaps this may be easier on older systems like VB5 before the advent of JIT compiling?

Thanks in advance for the help.

Steve Richfie1d
.



Relevant Pages

  • Variable "hoisting"
    ... The problem is that "hoisting" doesn't refer to some gnomic practice ... PL/I optimizing compiler in 1974, and it was accompanied by advice ... programmers should code for clarity...and not unnecessarily introduce ... compilers and to make it appear that competent programmers always and ...
    (comp.programming)
  • Re: x86 instructions guide
    ... But most HLL apps are demos written by hobby programmers, like me, and or rewrites of other apps, that floods the internet, making it seem like programming is easy. ... How about if they could reinvest all the time they spent learning with theese compilers, updating compilers, and OSes, on building their own codebase in asm, and then instead of upgrading their compilers, just rework or extend their codebase as needed. ... not familiar with OpenGL? ...
    (alt.lang.asm)
  • Re: The end of Visual Basic - what next?
    ... There are many compilers that run on Windows and don't come from ... alternatives either) when Microsoft comes up with new versions of ... Oddly that is more annoying for programmers than for users, ...
    (comp.lang.basic.visual.misc)
  • Re: Benefit of not defining the order of execution
    ... important to force a particular order of evaluation. ... order is unspecified as far as the language is concerned) forcing a specific order on compilers will certainly still leave people getting it wrong *and* will make some implementations less efficient. ... Another lack of a win is that you don't meet the expectations of the programmers who expect the other order. ... What your example shows is that there is actually no need to specify which side of the road all cars must drive on, since both cases can be accommodated; likewise, there is no need to specify in what order C compilers evaluate expressions, since all orders can be accommodated. ...
    (comp.lang.c)
  • Re: I want to learn!
    ... > optimized code. ... you'll see how "optimized" compilers really are. ... have it's games programmed in pure assembly, ... This isn't just restricted to newbie or intermediate programmers - I've ...
    (rec.games.roguelike.development)