Optimization in print.cpp [imported] #884
Labels
feature request
A request to make an enhancement (not a bug fix)
Print and Stream class
The Arduino core library's Print and Stream classes
Milestone
This is Issue 884 moved from a Google Code project.
Added by 2012-04-11T11:57:21.000Z by rob.till...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
print.cpp contains
which can be optimized to
It is simpler and it has less call overhead.
For a background discussion, see:
The text was updated successfully, but these errors were encountered: