The actual source code is definitely needed, and is what I thought
you were talking about before. I don't particularly care about where
it gets stored, as either "debug segment" or "source segment" are
below the level I interact with parrot on.
I'm now very confused about what you're proposing and of what benefit
it'll be to me as a compiler writer.
Will.
On Nov 13, 2005, at 8:47 PM, Jonathan Worthington wrote:
"Jonathan Worthington" <[EMAIL PROTECTED]> wrote:
.hll_debug file "something.pl"
.hll_debug line 1
# code from something.pl line 1 goes here
Here I meant the PIR (compiled) code for line 1 of the HLL source,
which will very likely in most cases be many PIR instructions.
Also, I should have mentioned that the actual source code, if
needed, can be placed in a source segment. So lines of HLL source
code are not something I'd planned to have in these debug segs,
unless anyone thinks that's a good idea.
Thanks,
Jonathan