Prevent GetSymbol() using SymbolKey from being inlined
Function inlining of the GetSymbol function using SymbolKey instance as a key is not negligible because that might bloat out code size especially with the Android compiler. This CL prevents function inlining of the GetSymbol function by defining it in v8_private_property.cc. Bug: 715418 Change-Id: I73aa068ee71802ed4b0ebf001d846520ae13be08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880900Reviewed-by:Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#709856}
Showing
Please register or sign in to comment