You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsI-slowIssue: Problems and improvements with respect to performance of generated code.
They require 128 bytes of stack and account for a big chunk of the work. We started saving them because of #1388 but we should be able to acquire a new stack segment without using floating point registers. GCC doesn't save them.
The text was updated successfully, but these errors were encountered:
Like I commented in #2043, I can't reproduce the weirdness from #1388 on either mac or linux (x84_64) and pushing to try gives all green.
That's 128 less bytes to have to keep in the stack for every call to __morestack.
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsI-slowIssue: Problems and improvements with respect to performance of generated code.
They require 128 bytes of stack and account for a big chunk of the work. We started saving them because of #1388 but we should be able to acquire a new stack segment without using floating point registers. GCC doesn't save them.
The text was updated successfully, but these errors were encountered: