Skip to content

Some minor ext/dom optimisations #11345

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

Closed
wants to merge 3 commits into from
Closed

Conversation

nielsdos
Copy link
Member

See commit descriptions to understand the why & how.

nielsdos added 2 commits May 29, 2023 22:44
This is already done by xmlNewDocText().
I was surprised to see that getting the stricterror property showed in
in the Callgrind profile of some tests. Turns out we sometimes allocate
them. Fix this by returning the default in case no changes were made yet.
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible if CI is green, please squash the commit adding the UPGRADING entry to the relevant commit and merge the optimisations as separate commits.

@nielsdos nielsdos closed this in d8102e6 May 30, 2023
nielsdos added a commit that referenced this pull request May 30, 2023
I was surprised to see that getting the stricterror property showed in
in the Callgrind profile of some tests. Turns out we sometimes allocate
them. Fix this by returning the default in case no changes were made yet.

Closes GH-11345.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants