Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/lib/Support/
-
lib/
-
Support/
-
Parallel.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D126458
[Support] Reduce allocations in parallelForEach with move
Closed
Public
Authored by
andrewng
on May 26 2022, 4:47 AM.
Download Raw Diff
Details
Reviewers
MaskRay
aganea
Commits
rG4290ef54e18a: [Support] Reduce allocations in parallelForEach with move
Diff Detail
Unit Tests
Failed
Time
Test
60,130 ms
x64 debian > AddressSanitizer-x86_64-linux-dynamic.TestCases::scariness_score_test.cpp
60,130 ms
x64 debian > AddressSanitizer-x86_64-linux.TestCases::scariness_score_test.cpp
840 ms
x64 debian > SanitizerCommon-tsan-x86_64-Linux.Linux::decorate_proc_maps.cpp
60,030 ms
x64 debian > libFuzzer.libFuzzer::fuzzer-leak.test
60,020 ms
x64 debian > libFuzzer.libFuzzer::minimize_crash.test
View Full Test Results (7 Failed)
Event Timeline
andrewng
created this revision.
May 26 2022, 4:47 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
May 26 2022, 4:47 AM
Herald
added subscribers:
StephenFan
,
hiraditya
.
·
View Herald Transcript
andrewng
requested review of this revision.
May 26 2022, 4:47 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
May 26 2022, 4:47 AM
Harbormaster
completed remote builds in
B166452: Diff 432243
.
May 26 2022, 5:39 AM
MaskRay
accepted this revision.
May 26 2022, 4:48 PM
This revision is now accepted and ready to land.
May 26 2022, 4:48 PM
This revision was landed with ongoing or failed builds.
May 27 2022, 2:31 AM
Closed by commit
rG4290ef54e18a: [Support] Reduce allocations in parallelForEach with move
(authored by
andrewng
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
andrewng
added a commit:
rG4290ef54e18a: [Support] Reduce allocations in parallelForEach with move
.