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

Change how modifier/constructor calls statements are handled #406

Merged
merged 3 commits into from
Mar 17, 2020

Conversation

montyly
Copy link
Member

@montyly montyly commented Mar 16, 2020

  • Instead of having a separate CFG, they are integrated within the original one
  • This removes problems related to unreachable nodes, and some detectors' FPs
  • Several corner cases regarding the IR conversion in the modifiers statements are removed
  • InternalCall has now a property: is_modifier_call. In the long run, we might want to have a separate opcode for it

This changes the CFG generated and requires thorough tests

- Instead of having a separate CFG, they are integrated within the original one
- This removes problems related to unrecheable node
- As a result, several corner cases regarding the IR conversion in the modifiers statements are removed
- InternalCall has now a property: is_modifier_call. In the long run, we might want to have a separate opcode for it
@montyly montyly merged commit 680c14e into dev Mar 17, 2020
@montyly montyly deleted the dev-modifier-calls branch March 17, 2020 07:45
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.

None yet

1 participant