Skip to content

Conversation

@pleath
Copy link
Contributor

@pleath pleath commented Nov 4, 2016

  1. Prevent redeferring during undeferral. 2. Clear inline caches on ScriptFunctionWithInlineCache after FunctionBody has been redeferred. 3. Fix asserts that appeared after Lei's deadlock fixes.

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.
…inline caches on ScriptFunctionWithInlineCache after FunctionBody has been redeferred. 3. Fix asserts that appeared after Lei's deadlock fixes.
@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