Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Add caching of data-bind string functions #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brianmhunt
Copy link
Member

No description provided.

@brianmhunt
Copy link
Member Author

This may be a bit of a substantial rewrite because the Identifier.prototype.lookup_value has the $context/etc from the parser, and new parsers are created recursively with each $context.

In particular, we need to look at calls to get_value since they need to have $context and node passed in as arguments.

E.g. object_add_value (a function that adds defined properties to returned objects), it is evaluated whenever the property is accessed. It does not have easy access to the $context, which might change depending on where the object is being accessed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant