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
catamorphism opened this issue
Jul 13, 2013
· 1 comment
Labels
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.
FIXME says: "Putting main into a ~ so it's a thin pointer and can
// be passed to the spawn function. Another unfortunate
// allocation". Figure out how to not do this.
The text was updated successfully, but these errors were encountered:
FIXME still there. I don't see an obvious way to work around this. As it is it's going to be a tiny two-word allocation, and I don't think this is going to be an issue.
improved help message for `suspicious_map`
`suspicious_map`'s help message assumes that the literal behavior is never the intended one, although it's sometimes. This PR adds a mention of `inspect`, offering a idiomatic alternative.
fixesrust-lang#7767
---
changelog: Improved help message of [`suspicious_map`].
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.
FIXME says: "Putting main into a ~ so it's a thin pointer and can
// be passed to the spawn function. Another unfortunate
// allocation". Figure out how to not do this.
The text was updated successfully, but these errors were encountered: