We have plenty of stack in the EFI case, so use it instead of the
complicated malloc / free dance.
Sponsored by: Netflix
Differential D39415 Authored by imp on Apr 4 2023, 6:13 PM.
Details
Summary We have plenty of stack in the EFI case, so use it instead of the Sponsored by: Netflix
Diff Detail
Event TimelineHerald added subscribers: dab, bcran. · View Herald TranscriptApr 4 2023, 6:13 PM2023-04-04 18:13:29 (UTC+0) Harbormaster completed remote builds in B50760: Diff 119846.Apr 4 2023, 6:13 PM2023-04-04 18:13:54 (UTC+0) Comment Actions I had to stop a minute and consider if this is true, but it is; lua is the stack hog, and this is executing long before we get to any lua bits. We generally have to have way more than 8k stack at around this depth for lua to operate, so all is good. This revision is now accepted and ready to land.Apr 12 2023, 5:10 AM2023-04-12 05:10:08 (UTC+0) Closed by commit rGd5babd0d2376: stand/efi: Simplify code here (authored by imp). · Explain WhyMay 1 2023, 9:04 PM2023-05-01 21:04:40 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 121349 stand/efi/loader/main.c
|