Description[x64] Compare handles instead of code targets in emit_code_target.
This CL is on the way to extend parallel compilation of wasm modules to code generation. With parallel compilation it is not allowed to dereference handles during code generation. However, the is_identical_to check dereferences handles. In this CL we therefore replace the call to is_identical_to with a handle comparison.
Committed: https://crrev.com/4d631c8cd9193c38749eec9610f2bba0dcd76e16
Cr-Commit-Position: refs/heads/master@{#37607}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use address instead of location. #Messages
Total messages: 14 (7 generated)
|