no1wudi commented on PR #8641:
URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1445329412

   > it's more simple to replace lib_rawoutstream_s with some buffer stream:
   > 
https://github.com/apache/nuttx/blob/master/libs/libc/stdio/lib_vdprintf.c#L57
   
   This approach has only few improvements since some apps like "ps" call 
vdprintf frequently, will cause many samll strings.
   
   So maybe we can bring file stream back if its available?
   And in small system we can use unbuffer io to saving size without 
performance issue since serial driver has internal buffer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to