Skip to content

Couple of redeferral fixes #1905

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

Closed
wants to merge 2 commits into from
Closed

Conversation

pleath
Copy link
Contributor

@pleath pleath commented Nov 2, 2016

  1. Fix an off-by-one error in the heuristic that was causing us not to redefer with default switches. 2. Fix a check on the entry point info's state that was preventing us from redeferring functions that have not been jitted.

eligible for deferred parsing (e.g., not arrow functions, not
functions-in-block). This is experimental behavior, off by default. Define
an 'on' mode in which all eligible functions are redeferred on GC, as well
as a 'stress' mode in which all candidates are redeferred on each stack
probe. This change is built on a previous PR that refactors the
FunctionBody hierarchy to make it easier to toggle between deferred and
fully-compiled states.
…ic that was causing us not to redefer with default switches. 2. Fix a check on the entry point info's state that was preventing us from redeferring functions that have not been jitted.
@pleath
Copy link
Contributor Author

pleath commented Nov 4, 2016

Subsumed by #1585.

@pleath pleath closed this Nov 4, 2016
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