Closed Yuhta closed 5 days ago
Name | Link |
---|---|
Latest commit | c44d65dd6161e700fd98f5219fc66dcb8a434f58 |
Latest deploy log | https://app.netlify.com/sites/meta-velox/deploys/673cbcf51617b50007d99ce7 |
This pull request was exported from Phabricator. Differential Revision: D66125705
This pull request was exported from Phabricator. Differential Revision: D66125705
This pull request has been merged in facebookincubator/velox@af6609d5d3696c87731de67ab41e9eae19e2dd53.
Conbench analyzed the 1 benchmark run on commit af6609d5
.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details.
Summary: We have a few places in the serialization code that do unaligned memory access. This is causing crashes in
ByteOutputStream::append<int128>
and we clean them up in this change.Differential Revision: D66125705