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

[Backport] Only use ExprEval in ConstantExpr if its known that it will be safe (#15694) #16100

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Only use ExprEval in ConstantExpr if its known that it will be safe (a…

    …pache#15694)
    
    *  which creates a singleThreaded version of the actual expression (caching ExprEval is allowed)
    *  to make a whole subtree of expressions 'singleThreaded' - uses  to create the new expression tree
    *  creates a specialized  which does cache the
    * some  annotations were added to make it more likely to notice that there might be something off if a similar change will be made around here for some reason
    
    (cherry picked from commit 27d7c30)
    cryptoe committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ac14ce2 View commit details
    Browse the repository at this point in the history