ASSIGNED 176961
Probe::Stack should use same values and memcpy implementation for both ASan and non-ASan builds.
https://bugs.webkit.org/show_bug.cgi?id=176961
Summary Probe::Stack should use same values and memcpy implementation for both ASan a...
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.