Skip to content

[wasm-split] Don't generate trampolines on all active segments#8796

Merged
aheejin merged 1 commit into
WebAssembly:mainfrom
aheejin:wasm_split_ignore_fix
Jun 2, 2026
Merged

[wasm-split] Don't generate trampolines on all active segments#8796
aheejin merged 1 commit into
WebAssembly:mainfrom
aheejin:wasm_split_ignore_fix

Conversation

@aheejin
Copy link
Copy Markdown
Member

@aheejin aheejin commented Jun 2, 2026

We should skip all active segments in the active table when creating trampolines for indirect references. Currently we only do it for the last active segment, in case there are multiple of them.

We should skip all active segments in the active table when creating
trampolines for indirect references. Currently we only do it for the
last active segment, in case there are multiple of them.
@aheejin aheejin requested a review from tlively June 2, 2026 01:59
@aheejin aheejin requested a review from a team as a code owner June 2, 2026 01:59
@aheejin aheejin changed the title [wasm-split] Fix infinite loop bug in table patching [wasm-split] Don't generate trampolines on all active segments Jun 2, 2026
@aheejin aheejin merged commit 5c017d1 into WebAssembly:main Jun 2, 2026
16 checks passed
@aheejin aheejin deleted the wasm_split_ignore_fix branch June 2, 2026 06:00
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.

2 participants