Skip to content
Snippets Groups Projects
Commit 344c74a7 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

XPath: Always allocate xpath_strings on temporary stack for concat

The static_buffer optimization seems to come from the time where the
on-heap buffer was allocated using global memory operations. At this
point the temporary buffer and temporary string storage all come from
the evaluation stack (that can be partially allocated on heap...), so
the extra logic isn't relevant for performance.
parent 7c6d0010
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment