help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Exec file trace


From: Daniel A. Koepke
Subject: Re: [Help-smalltalk] Exec file trace
Date: Mon, 26 May 2003 13:56:07 -0700 (PDT)

On Mon, 26 May 2003, Vimal Reddy wrote:

> In execution tracing, what is the significance of the number at the
> beginning of each line.
> 
>      0: source line 1
>      3: push Global Variable[0] = Smalltalk
>      4: push Literal[2] = #BLOX

It looks like the instruction pointer.  That is, the byte offset into the
bytecode-compiled source.

-dak





reply via email to

[Prev in Thread] Current Thread [Next in Thread]