-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
inline assembly improvements #215
Copy link
Copy link
Open
Labels
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
Metadata
Metadata
Assignees
Labels
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.
This inline assembly does
exit(0)on x86_64 linux:Here are some flaws:
[number],[arg1],[ret]unused, and that is awkward.when we get errors from parsing assembly, we don't attach them to the offset from within the assembly string.connect inline assembly errors from zig back to the source #2080