Skip to content

Commit

Permalink
Take instr out of func
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Dec 11, 2024
1 parent e7b4654 commit ba2aa89
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 258 deletions.
4 changes: 3 additions & 1 deletion r&d.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


## [x] IR -> we collect nodes into context with scopes, but it's still valid nodes

* collect section names / indexes
Expand Down Expand Up @@ -115,7 +117,7 @@

* object lookup is 3-5x times faster

## [ ] typeuse: parse or compile-level? -> likely late binding
## [x] typeuse: parse or compile-level? -> indexing nodes first, typeuse on bin build second

1. Parse-level: must define all types
* needs to scan tree, which is unnecessary
Expand Down
Loading

0 comments on commit ba2aa89

Please sign in to comment.