This will be used on RTEMS, where we prefer to allocate the memory up
front, rather than on first use which may be in a context
(i.e. interrupt handler) that is unable to allocate memory.
Details
Details
- Reviewers
vitalybuka eugenis alekseyshl
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 17726 Build 17726: arc lint + arc unit
Event Timeline
Comment Actions
What if we try to just always call AsyncSignalSafeLazyInitFakeStack here?
There used to be a reason why this was done lazily, but I don't remember if we still have that reason.