diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-11-13 19:10:36 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-11-13 19:10:36 -0800 |
commit | 344c74a74c350f755d916ef6e6ac4b75160dcf86 (patch) | |
tree | f8b26872f0d44d764d53ca4323f77a1e2285a988 /tests/test_header_string_2.cpp | |
parent | 7c6d0010b30111dbfb8e523634e7b63328992106 (diff) |
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.
Diffstat (limited to 'tests/test_header_string_2.cpp')
0 files changed, 0 insertions, 0 deletions