Consider replacing setjmp/lngjmp implmentation with llvm instrinsics #311
Labels
kind/enhancement
For PRs adding features, improving functionality, docs, tests, etc.
lifecycle/needs-review
The issue has not yet been reviewed.
Milestone
Instead of implementing
setjmp
andlongjmp
in thehyperlight-guest
we can use the LLVM intrinsic.The following link gives more details on how to use the intrinsic setjmp/longjmp implementations from LLVM.
The text was updated successfully, but these errors were encountered: