Chromium Code Reviews
DescriptionImproves performance for calls from Crankshaft code to certain string and
regexp JS functions (exec, replace, split, match) when the return value is
unused. New versions of these functions are introduced which execute the
regexp, reproducing all side effects, but do not create the result.
Calls to the original functions with no uses are replaced with calls to
the simplified versions.
BUG=none
TEST=none
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||