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
6c18e50 fixes one particularly bad instance of this, but a quick git grep static reveals more regressions across the standard library in places like core::char.
The text was updated successfully, but these errors were encountered:
thestinger
added
the
I-slow
Issue: Problems and improvements with respect to performance of generated code.
label
Oct 25, 2014
While in theory some of this might be outstanding, it's been a year, and the compiler is undergoing a lot of work. core::char has no more static in it, and since we're actively working on performance, I think that this will just naturally resolve if it hasn't already.
6c18e50 fixes one particularly bad instance of this, but a quick
git grep static
reveals more regressions across the standard library in places likecore::char
.The text was updated successfully, but these errors were encountered: