Skip to content

Commit

Permalink
Make an iterator for compilation units, clean up parser translating s…
Browse files Browse the repository at this point in the history
…ome more
  • Loading branch information
fitzgen committed Jun 18, 2016
1 parent 45c862f commit 3cac063
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 228 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,15 @@ or add this to your `Cargo.toml`:

* DWARF expressions and location descriptions

* A CompilationUnitHeader iterator that skips across the DIE tree and just
yields each header.
* ~~A CompilationUnitHeader iterator that skips across the DIE tree and just
yields each header.~~

* Use this to iterate and then parse all compilation units' DIEs in
parallel.

* Cursor-based DIE parsing
* next_dfs()
* next_sibling()
* implement two iterators on top of this:
* iterate all DIEs in dfs
* given a DIE, iterate its direct children
Loading

0 comments on commit 3cac063

Please sign in to comment.