Skip to content

SSS: Make _start optional #586

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

Merged

Conversation

smowton
Copy link
Contributor

@smowton smowton commented Mar 3, 2017

The _start routine can be huge and time-consuming to generate for our target applications, and we never need it. Might want to add a clean interface for a driver program to tell language-files it doesn't want _start, then this could go upstream.

@smowton smowton changed the base branch from master to security-scanner-support March 3, 2017 10:53
@peterschrammel
Copy link
Member

This needs a proper fix, otherwise running the tests is useless.

@smowton smowton changed the title SSS: Temporary hack: don't generate _start SSS: Make _start optional Mar 6, 2017
Some analyses (such as the security scanner) don't need it, and
can tackle problems whose natural _start would be huge and expensive
to generate. Thus, make it optional at the frontend.
@peterschrammel peterschrammel merged commit afe9f5f into diffblue:security-scanner-support Mar 7, 2017
NathanJPhillips added a commit to NathanJPhillips/cbmc that referenced this pull request Sep 6, 2018
…atch-behaviour

Updated the password in the documentation
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.

2 participants