Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a replacement for @asmcall for mark_end()/mark_start() #31

Open
Seelengrab opened this issue Dec 2, 2022 · 0 comments
Open

Find a replacement for @asmcall for mark_end()/mark_start() #31

Seelengrab opened this issue Dec 2, 2022 · 0 comments

Comments

@Seelengrab
Copy link
Collaborator

Ref maleadt/LLVM.jl#320.

@asmcall may be moved around/duplicated, since it's "only" a memory clobbering sideeffect. We can't mark inline assembly as volatile in LLVM-IR so preventing the moving may be a bit harder. Perhaps a pseudo-intrinsic that we noop afterwards is suitable? That may also help with #30 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant