-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile cross VM at high debug for source info
This probably slows things down a little bit, but it has an important advantage: assuming the host Lisp is decent, it can keep enough information that the bytecode module and current IP can be extracted from a host frame. And with that you can get source info and whatever else. I wrote a proof of concept of this in SBCL, but you need to use undocumented/fragile internals, so I won't be including it in Maclina at least for the moment.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters