]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41509 - froydnj:float-stack-reduction, r=nagisa
authorCorey Farwell <coreyf@rwell.org>
Sun, 30 Apr 2017 03:44:27 +0000 (23:44 -0400)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2017 03:44:27 +0000 (23:44 -0400)
reduce stack requirements for floating-point formatting

Doing this speeds up float formatting by ~10% or so, and also makes the formatting code more suitable for embedded environments where stack space is at a premium.


Trivial merge