This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Commit 23c9721
simplify unwinding implementation by using
This state already had the context information we needed to initiate unwinding, so we didn't need to
add an extra field on our `Context`, or preemptively overwrite the guest context in the signal handlerFaulted state1 parent b3e289d commit 23c9721
4 files changed
Lines changed: 16 additions & 20 deletions
File tree
- lucet-runtime/lucet-runtime-internals/src
- context
- instance
- sysdeps
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
1080 | | - | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1081 | 1092 | | |
1082 | 1093 | | |
1083 | 1094 | | |
1084 | | - | |
1085 | | - | |
1086 | | - | |
1087 | | - | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
1093 | | - | |
1094 | 1095 | | |
1095 | 1096 | | |
1096 | 1097 | | |
| |||
1148 | 1149 | | |
1149 | 1150 | | |
1150 | 1151 | | |
1151 | | - | |
1152 | | - | |
1153 | 1152 | | |
1154 | 1153 | | |
1155 | 1154 | | |
1156 | 1155 | | |
1157 | 1156 | | |
1158 | 1157 | | |
1159 | 1158 | | |
1160 | | - | |
1161 | | - | |
| 1159 | + | |
1162 | 1160 | | |
1163 | 1161 | | |
1164 | 1162 | | |
1165 | 1163 | | |
1166 | | - | |
| 1164 | + | |
1167 | 1165 | | |
1168 | 1166 | | |
1169 | 1167 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments