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

Todos for graph API #20

Open
9 of 11 tasks
phipsgabler opened this issue Nov 9, 2019 · 0 comments
Open
9 of 11 tasks

Todos for graph API #20

phipsgabler opened this issue Nov 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@phipsgabler
Copy link
Member

phipsgabler commented Nov 9, 2019

  • Turn query functions into iterators
  • Traversals: map, foreach, etc.
  • Options for dependency calculation: exclude function references, include argument numbers
    • (Works for references and referenced, but needs to be extende to other query functions)
  • Make sure that query functions handle varargs calls correctly (esp. backreferences!)
  • Remove iterator interface from NestedCallNode -- just provide children
  • Implement descendants
  • forward, like backward
  • datapath, controlpath -- implementation through ancestors
  • Store position explicitely in node info -- refactor push!/finish!
  • Go over NodeInfo accessors; specifically, add an original_ir function.
@phipsgabler phipsgabler mentioned this issue Nov 9, 2019
12 tasks
@phipsgabler phipsgabler changed the title Ideas for graph API Todos for graph API Jan 5, 2020
@phipsgabler phipsgabler added the enhancement New feature or request label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant