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

dataflow: removed the CFGIndex to bitset mapping. #15742

Closed
wants to merge 2 commits into from

Conversation

pnkfelix
Copy link
Member

Removed index_to_bitset field and _frozen methods.

Drive-by: Added some missing docs on the each_bit method.

Drive-by: Put in a regular pattern: when calling compute_id_range, ensure words_per_id > 0 by either asserting it or checking and returning early. (The prior code did the latter in a few cases where necessary, but debugging is much aided by the asserts.)

Fix #15019.

@pnkfelix
Copy link
Member Author

r? anyone

pnkfelix added 2 commits July 18, 2014 13:48
Calls to methods like `each_bit_on_entry_frozen` and
`each_gen_bit_frozen` now go to the `each_bit_on_entry` and
`each_gen_bit` methods.
bors added a commit that referenced this pull request Jul 18, 2014
Removed `index_to_bitset` field and `_frozen` methods.

Drive-by: Added some missing docs on the `each_bit` method.

Drive-by: Put in a regular pattern: when calling `compute_id_range`, ensure `words_per_id > 0` by either asserting it or checking and returning early.  (The prior code did the latter in a few cases where necessary, but debugging is much aided by the asserts.)

Fix #15019.
@bors bors closed this Jul 18, 2014
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.

dataflow: use CFGIndex directly as bitvector index
2 participants