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

Implement tail-call optimization detection. Closes #1286. #1301

Merged
merged 2 commits into from Nov 17, 2018

Conversation

ltfish
Copy link
Member

@ltfish ltfish commented Nov 16, 2018

  • Implemented a StackPointerTracker analysis.
  • Tail-call optimization detection is controlled by option
    "detect_tail_calls" in CFGFast. It is disabled by default (since tail
    call optimization detection is usually not important, and tracking stack
    pointer offets can be very costly sometimes).

@ltfish ltfish added the feature Adding a new control knob to something label Nov 16, 2018
@ltfish ltfish self-assigned this Nov 16, 2018
- Implemented a StackPointerTracker analysis.
- Tail-call optimization detection is controlled by option
  "detect_tail_calls" in CFGFast. It is disabled by default (since tail
  call optimization detection is usually not important, and tracking stack
  pointer offets can be very costly sometimes).
@ltfish ltfish merged commit dca96c3 into master Nov 17, 2018
@ltfish ltfish deleted the fix/issue_1286 branch November 17, 2018 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding a new control knob to something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants