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

Memorize the C string representation. #495

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jun 7, 2016

  1. Memorize the C string representation.

    For some cases, the computation of the C
    string for inline using _getRepresentation
    takes a substantial amount of time.
    
    Here, we memorize the computed C code and argument dictionary.
    The argDict used to store the values of the required variables.
    Now it stores the variables themselves,
    and the values are retrieved by _execInline.
    cjgillot committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    72f86cf View commit details
    Browse the repository at this point in the history