Tuple Fix (#246) #247
ychenfo
commented 2022-03-27 10:34:35 +08:00
Collaborator
- tuple in the kernel code should not use const structs since they can be constructed using non-const values
- avoid returning pointer value for tuple in nac3artiq symbol resolver since we handle tuple by llvm struct value
- tuple in the kernel code should not use const structs since they can be constructed using non-const values
- avoid returning pointer value for tuple in nac3artiq symbol resolver since we handle tuple by llvm struct value
ychenfo
added 3 commits 2022-03-27 10:34:35 +08:00
nac3core: do not use const struct for tuple
8d7e300a4a
nac3artiq: avoid getting tuple as pointer value
0d2b844a2e
nac3standalone: add tests for tuple
bed33a7421
sb10q
merged commit bed33a7421 into master 2022-03-27 17:26:17 +08:00
sb10q
deleted branch tuple_fix_2 2022-03-27 17:26:17 +08:00
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#247
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tuple_fix_2"
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?