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

feat: add block "id" tracking to the interpreter #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

starpit
Copy link
Member

@starpit starpit commented Feb 3, 2025

  • update Block schema to add id field
  • store the id in trace
  • update react UI to use these values, rather than computing its own. this cleans up quite a bit.
  • some initial def-use tracking via a defsite context field
  • replace Dataflow topology visualization with simpler variable table

@starpit starpit force-pushed the block-id branch 10 times, most recently from 202a6af to 15ddd00 Compare February 4, 2025 17:50
@starpit starpit requested a review from mandel February 4, 2025 18:08
@starpit starpit force-pushed the block-id branch 15 times, most recently from 02117bb to fa5b74c Compare February 6, 2025 22:54
- update Block schema to add id field
- store the id in trace
- update react UI to use these values, rather than computing its own. this cleans up quite a bit.
- some initial def-use tracking via a `defsite` context field
- replace Dataflow topology visualization with simpler Memory tracking table

Signed-off-by: Nick Mitchell <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant