Description[wasm] Fix possible gc-ing of wasm code objects
If incremental GC starts before imports linking, and sees a wasm
function, it won't revisit that after the imports that function are linked.
As a result, the import code objects may be GC-ed. This change
addresses this issue.
BUG=
Committed: https://crrev.com/462d57ae1faa422cad010f2a74b2a7ed94911edf
Cr-Commit-Position: refs/heads/master@{#37507}
Patch Set 1 #Patch Set 2 : better fix #Messages
Total messages: 15 (6 generated)
|