Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Merge indirect call targets into hash tables by meta-data. #67

Open
pgoodman opened this issue Nov 24, 2014 · 1 comment
Open

Merge indirect call targets into hash tables by meta-data. #67

pgoodman opened this issue Nov 24, 2014 · 1 comment

Comments

@pgoodman
Copy link
Member

The idea here being that if we can show that two indirect edges have the same meta-data template, then their look-up lists can be merged. Combine this with conversion of a look-up list into a look-up table of lists, and there is something to this :-)

@pgoodman
Copy link
Member Author

The major challenge here would likely be matching up the out-edge templates. Ultimately, I think the right way forward is to find some canonical way to deal with all indirect edges. This might involve making the in- and out-edges more strict.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant