-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-codegenArea: Code generationArea: Code generationA-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsO-androidOperating system: AndroidOperating system: Android
Milestone
Description
There are some difficulties with implementing __morestack
for ARM, but I don't know what they are. @amuxtux can you explain?
For the time being it looks like we're just going to want to disable stack growth completely on ARM. To do this I think we should turn off the LLVM split stack feature for the ARM target (not use no_split_stack
#1226).
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationA-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsO-androidOperating system: AndroidOperating system: Android