Skip to content

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