-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Storing debug information such as files and locations from .s files.
LLVM backend can provide debug information about source code locations for compiled bytecode in form of .file and .loc directives. We can store and use them in s-expression format (via comments?), asm.js via source maps and later in binary in additional sections.
- Loading branch information
1 parent
0ffa458
commit bb512f2
Showing
6 changed files
with
208 additions
and
29 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
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
Oops, something went wrong.