exception fixes #162
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#162
Loading…
Reference in New Issue
No description provided.
Delete Branch "pca006132/artiq-zynq:exception"
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?
The first commit (use forced unwinding) is backward compatible with the old compiler, and does not do exception allocation and nested exception support.
The second commit should be used together with artiq exception branch, which contains the compiler modification required for this to work.
b2171ff091
to86f10e0ab5
@ -205,3 +205,3 @@
api!(__artiq_personality = eh_artiq::artiq_personality),
api!(__artiq_raise = eh_artiq::raise),
api!(__artiq_reraise = eh_artiq::reraise),
// api!(__artiq_reraise = eh_artiq::reraise),
remove completely? no need for this commented-out code.
yes, would fix later
fe21f0803c
to1eda780a11
a1d923066c
to2fa8c1ce23
423abfb782
to6f5ba46e89
WIP: exception fixesto exception fixes