Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Tasks (from tasklist chapter) #12

Open
11 tasks
f0rki opened this issue Oct 26, 2016 · 0 comments
Open
11 tasks

Various Tasks (from tasklist chapter) #12

f0rki opened this issue Oct 26, 2016 · 0 comments

Comments

@f0rki
Copy link
Owner

f0rki commented Oct 26, 2016

  • How to enable debug information? (Line and Function, Variable)
  • How to interface with a garbage collector? (link to existing docs)
  • How to express a custom calling convention? (link to existing docs)
  • Representing constructors, destructors, finalization
  • How to examine the stack at runtime? How to modify it? (i.e. reflection, interjection)
  • Representing subtyping checks (with full alias info), TBAA, struct-path TBAA.
  • How to exploit inlining (external, vs within LLVM)?
  • How to express array bounds checks for best optimization?
  • How to express null pointer checks?
  • How to express domain specific optimizations? (i.e. lock elision, or matrix math simplification) (link to existing docs)
  • How to optimize call dispatch or field access in dynamic languages? (ref new patchpoint intrinsics for inline call caching and field access caching)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant