Skip to content

Rename jerry_port_log to jerry_port_log_buffer for reduce strlen usage#5201

Open
lygstate wants to merge 1 commit intojerryscript-project:masterfrom
lygstate:jerry_port_log_buffer
Open

Rename jerry_port_log to jerry_port_log_buffer for reduce strlen usage#5201
lygstate wants to merge 1 commit intojerryscript-project:masterfrom
lygstate:jerry_port_log_buffer

Conversation

@lygstate
Copy link
Contributor

Add buffer_size parameter for function jerry_port_log_buffer, so that jerry_port_log_buffer won't need calculate strlen when printing

Optimize util_print_chars use %.*s so that the number of strlen call is reduced.

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com

Add buffer_size parameter for function jerry_port_log_buffer, so that jerry_port_log_buffer
won't need calculate strlen when printing

Optimize util_print_chars use %.*s so that the number of strlen call is reduced.

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
@lygstate lygstate mentioned this pull request Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant