Stream: git-wasmtime

Topic: wasmtime / PR #3246 Rewrite gdbjit support with safety an...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2021 at 03:15):

alexcrichton opened PR #3246 from improve-debug to main:

This refactoring primarily removes the dependency of the gdbjit image
creation on the finished_functions array, which shouldn't be necessary
given the input object being passed in since information can be read
from the object instead. Additionally, though, this commit also removes
all unsafe from the file, relying on various tools in the object
crate to parse the internals and update various fields.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2021 at 14:17):

alexcrichton requested cfallin for a review on PR #3246.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2021 at 15:08):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2021 at 15:44):

alexcrichton merged PR #3246.


Last updated: Nov 22 2024 at 16:03 UTC