Description[ic] [stubs] Add missing GetExtraICState method to CompareICStub.
Added missing GetExtraICState() function for CompareICStub. Without it,
code->extra_ic_state() in IC::StateFromCode was returning zero, which was
causing some performance regressions, as the TypeFeedbackInfo was not updated
correctly, resulting in the runtime profiler choosing not to optimise some
functions that we previously would.
BUG=
Committed: https://crrev.com/c88cc5b1995fc4872abfd5e9f02365a69c3a8b6b
Cr-Commit-Position: refs/heads/master@{#37457}
Patch Set 1 #
Total comments: 1
Patch Set 2 : [ic] [stubs] Add missing GetExtraICState method to CompareICStub. #Messages
Total messages: 12 (5 generated)
|