DescriptionTreat a '!' preceding a function literal as eager-compile hint.
Some minifiers use the pattern !function ... () for JS code that should
be immediately executed. This change recognizes that pattern and treats
it equally to parenthesized functions.
A bit more background info is in the referenced bug.
R=verwaest@chromium.org
BUG=v8:5643
Committed: https://crrev.com/eefe11a1e6516f4ceda9d581b6c28ec792896e7d
Cr-Commit-Position: refs/heads/master@{#41114}
Patch Set 1 #
Total comments: 1
Patch Set 2 : remove empty line. #
Total comments: 2
Patch Set 3 : Rename, and remove this_function_* variants. #
Total comments: 2
Patch Set 4 : Review feedback. #Patch Set 5 : Rebase + drop now obsolete FLAG_min_preparse_length. #
Messages
Total messages: 26 (14 generated)
|