This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile-vm-0.0


Keisuke Nishida <kxn30@po.cwru.edu> writes:

> Debugging support is the concern I have about my VM.  Since bytecodes
> loose information about source code, I'm not sure if I can provide a
> good debugging interface. (Nobody want to trace assemble code)

It is probably possible to supplement the byte code of each closure
with a separate package of debugging information (much the same way
that object files contains extra debugging information)?  This could
be used to achieve source-level debugging.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]