]> sourceware.org Git - systemtap.git/commit
parser: construct literal_string directly from t->content
authorJosh Stone <jistone@redhat.com>
Sat, 14 Nov 2015 02:28:11 +0000 (18:28 -0800)
committerJosh Stone <jistone@redhat.com>
Sat, 14 Nov 2015 02:28:11 +0000 (18:28 -0800)
commit0ad0aae2e8544c6b5c57c9754482a07ee8899165
tree1e36e4f0d11233e9109133cd2a4646c7f06fca11
parentb1f2b0e889614625834d026210cb93980c1b592b
parser: construct literal_string directly from t->content

We do have to use a local string buffer when literals are concatenated,
but this is a rare case.  Most often, we can use t->content directly.
parse.cxx
This page took 0.02666 seconds and 5 git commands to generate.