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: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
Status: | ASSIGNED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Mark Lam
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |