Bug 176961 - Probe::Stack should use same values and memcpy implementation for both ASan and non-ASan builds.
Summary: Probe::Stack should use same values and memcpy implementation for both ASan a...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-14 15:10 PDT by Mark Lam
Modified: 2017-09-14 15:10 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2017-09-14 15:10:05 PDT
See changes in https://bugs.webkit.org/show_bug.cgi?id=176874.  The only reason for them being different is for performance and memory usage.  We should check if the difference in behavior actually make any difference for performance and memory usage.  If not, we should unify them and use the same values and memcpy implementations.