Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

optimize stack usage on vendor request.#190

Open
longlongyang wants to merge 1 commit into
intel:mainfrom
longlongyang:i186-2
Open

optimize stack usage on vendor request.#190
longlongyang wants to merge 1 commit into
intel:mainfrom
longlongyang:i186-2

Conversation

@longlongyang

Copy link
Copy Markdown
Contributor

fix #186

fix intel#186

Signed-off-by: Yang, Longlong <longlong.yang@intel.com>
@longlongyang

Copy link
Copy Markdown
Contributor Author

cmd:
cargo run -p spdm-requester-emu --no-default-features --features "spdm-ring,hashed-transcript-data,async-executor,test_stack_size"

Before PR
max stack usage(no idekm): 312,666
max stack usage: 411,866

After PR
max stack usage(no idekm): 312,666
max stack usage: 379,898

Reduced 31,968 bytes.

@jyao1

jyao1 commented Dec 27, 2023

Copy link
Copy Markdown
Contributor

please follow the configuration in original issue report.

@jyao1

jyao1 commented Jan 1, 2024

Copy link
Copy Markdown
Contributor

Do we still need this, since #191 is merged ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize IDEKM stack usage

2 participants