Re: Viewing object code?
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 15 Nov 2005 07:57:27 -0600
"Steve Richfie1d" <Steve@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3tt617FudpgsU1@xxxxxxxxxxxxxxxxx
> 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
First off, VB3/45/6 (classic COM) doesn't have JIT compiling.
Are you thinking about VB.Net? If so, the answer is yes and you can view the
IL with various views. Post in a dotnet newsgroup for additional
information.
With VB Com it is possible to interrupt VB's compile processes and view the
..obj files passed to the C2 compiler. It is also possible compile a VB
program with Symbolic Information which can provide some interesting
insight. But you have to have a good feel for assembly.
hth
-ralph
.
- References:
- Viewing object code?
- From: Steve Richfie1d
- Viewing object code?
- Prev by Date: Viewing object code?
- Next by Date: Re: Viewing object code?
- Previous by thread: Viewing object code?
- Next by thread: Re: Viewing object code?
- Index(es):
Relevant Pages
|