Bug 176961

Summary: Probe::Stack should use same values and memcpy implementation for both ASan and non-ASan builds.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: ASSIGNED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Mark Lam
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.