Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use block transfer for printing String objects #1951

Closed
wants to merge 1 commit into from

Conversation

pbrook
Copy link
Contributor

@pbrook pbrook commented Mar 22, 2014

Use existing block write routine when printing String objects, instead of iterating over the string.
This is both simpler and generates smaller code.
In some cases it is also substantially faster.

Signed-off-by: Paul Brook paul@nowt.org

Use existing block write routine when printing String objects.

Signed-off-by: Paul Brook <paul@nowt.org>
@cmaglie cmaglie closed this in 44b5096 May 23, 2014
@cmaglie
Copy link
Member

cmaglie commented May 23, 2014

Thanks!
This has already been solved in 1.5.x, I've back-ported the Print class from 1.5.x branch.

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.

None yet

2 participants