Skip to content

Conversation

ShatianWang
Copy link
Contributor

This commit explicitly adds a warm code section, .text.warm, when the
-use-cdsplit=1 flag is set. This replaces the previous approach of using
.text.cold.0 as warm and .text.cold.1 as cold in 3-way splitting.

@ShatianWang ShatianWang marked this pull request as ready for review November 22, 2023 04:41
@ShatianWang
Copy link
Contributor Author

Note: this PR is 4/8 for upstreaming a new 3-way (hot-warm-cold) function splitting algorithm CDSplit.
It is one commit ahead of #73079

This commit modifies BinaryContext::calculateEmittedSize to update the
BinaryBasicBlock::OutputAddressRange for each basic block in the input
BF. The modification is done in place, where BB.OutputAddressRange.second
less BB.OutputAddressRange.first now gives the emitted size of the basic
block.
This commit updates SplitFunctions.h and SplitFunctions.cpp to enable
the reuse of createEHTrampolines, mergeEHTrampolines, hasFullProfile,
and allBlocksCold by a distinct function splitting pass (CDSplit).
This commit establishes the general structure of the CDSplit
implementation without incorporating the exact splitting logic.
Currently, all functions undergo hot-cold splitting based on the
decisions made by the SplitFunctions pass. Subsequent commits
will introduce the precise splitting logic.
This commit explicitly adds a warm code section, .text.warm, when the
-use-cdsplit=1 flag is set. This replaces the previous approach of using
.text.cold.0 as warm and .text.cold.1 as cold in 3-way splitting.
@ShatianWang ShatianWang force-pushed the 112123Commit4_TextWarm branch from af930a0 to 2c7f5b7 Compare November 22, 2023 17:11
@ShatianWang ShatianWang marked this pull request as draft November 23, 2023 20:40
@ShatianWang ShatianWang deleted the 112123Commit4_TextWarm branch December 21, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant