Running generated code on Godbolt #465
hugomg
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just figured out that it's possible to run Pallene generated code through a local copy of the Godbolt Compiler Explorer. Might be a good way to inspect the generated assembly. Check this out:
The main "trick" is that we have to put an absolute file path for the include file. In the default settings, the compiler explorer doesn't allow setting the
-I
compiler flag (it gives a "forbidden option" error).Beta Was this translation helpful? Give feedback.
All reactions