move syscall handling into nac3embedded #21
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#21
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"Syscalls" are ARTIQ-specific. Remove from nac3core, needs a proper API/abstraction (like parallel/sequential context managers).
Simply renamed to
extern
, which is similar to C'sextern
and can go into the core language.We probably want to handle
kernel
/portable
decorators in nac3core as well to filter kernel/nonkernel code, and theextern
decorator should fit nicely in place there as well.