Commit 3e84e81d authored by Aaron Kennedy's avatar Aaron Kennedy Committed by Qt by Nokia
Browse files

Optimization: Minimize refreshing when root context changes


Modifying a context requires expressions to be refreshed incase they
depend on a name resolution that changes.  As it is common to modify
the root context, and the root context can't hide any names, it is easy
to constrain the expressions that require refreshing.  In a well
behaving app, this should mean that no expressions are reevaluated when
the root context is modified.

Change-Id: Id3b48cd595fdd6b5a3dc6f26319f652dccaef79c
Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
parent 986367ab
Showing with 77 additions and 23 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment