This is an archive of the discontinued LLVM Phabricator instance.

[scudo][standalone] Revert some perf-degrading changes
ClosedPublic

Authored by cryptoad on Jan 29 2020, 12:35 PM.

Details

Summary

A couple of seemingly innocuous changes ended up having a large impact
on the 32-bit performance. I still have to make those configurable at
some point, but right now it will have to do.

Diff Detail

Event Timeline

cryptoad created this revision.Jan 29 2020, 12:35 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 29 2020, 12:35 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript

Unit tests: pass. 62302 tests passed, 0 failed and 838 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

eugenis accepted this revision.Jan 29 2020, 1:04 PM

LGTM

This revision is now accepted and ready to land.Jan 29 2020, 1:04 PM
This revision was automatically updated to reflect the committed changes.