mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Rollback: "Add ABSL_ATTRIBUTE_NOINLINE to PrepareInsertLargeSlow."
PiperOrigin-RevId: 925005394 Change-Id: I936be3c5c4f349c0923c86235f1bdc6b73143520
This commit is contained in:
committed by
Copybara-Service
parent
d873f87006
commit
89ffed9131
@@ -1669,7 +1669,6 @@ size_t RehashOrGrowToNextCapacityAndPrepareInsert(
|
||||
|
||||
// Slow path for PrepareInsertLarge that is called when the table has deleted
|
||||
// slots or need to be resized or rehashed.
|
||||
ABSL_ATTRIBUTE_NOINLINE
|
||||
size_t PrepareInsertLargeSlow(CommonFields& common,
|
||||
const PolicyFunctions& __restrict policy,
|
||||
size_t hash) {
|
||||
|
||||
Reference in New Issue
Block a user