Kai Michaelis
Kai Michaelis
Honestly, Panopticon is aimed at people who know the semantics of the ISA. I also doubt that a in-line help is more useful than cross checking the official documentation. The...
My failed attempts creating a call graph are documented in #87. The whole issue is on hold until my frustration has cooled down 🤣. Feel free.
I see the advantage of an coding style, but this needs to be checked for automatically. I do not want reviewers to waste their time checking correct brace placement, that's...
I'd love to move to a graph library that's actually maintained. `petgraph` seems to implement all algorithms Panopticon needs, except for dominance frontiers.
I can donate the algorithms and fix bugs if they arise but I don't have time to maintain another project. Any takers? :stuck_out_tongue_winking_eye:
Hey @m4b. We definitely need a loader, but I don't think we need to support loading all linked dynamic libraries for now. The way I imagine it is that we...
Have you seen this: https://github.com/theban/interval-tree? I don't know if @eqv still maintains it, but I think it's a good starting point.
The memory section feature you describe overlaps a bit w/ the Layer/Region idea that's already implemented. I'm not happy with it's design, tho. So, the interval tree may subsume them...
http://www.es.mdh.se/pdf_publications/3813.pdf
Odd, it worked until recently. I guess Qt changed/fixed the semantics here. EDIT: The `module Panopticon` should include `Panopticon/qmldir`, so no.