summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2020-04-30 13:45:40 +0200
committerPhil Sutter <phil@nwl.cc>2020-05-04 16:21:16 +0200
commita2eedcc89d2ed40411c26d53579300c4f1ccb83d (patch)
tree0cdcc707e89cb59b1ba7a80e6d09aecc0d515325 /files
parent60ba9c22fecc0ca9bb2a61f6ad39bceed1aee38f (diff)
segtree: Use expr_clone in get_set_interval_*()
Both functions perform interval set lookups with either start and end or only start values as input. Interestingly, in practice they either see values which are not contained or which match an existing range exactly. Make use of the above and just return a clone of the matching entry instead of creating a new one based on input data. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'files')
0 files changed, 0 insertions, 0 deletions