]> sourceware.org Git - systemtap.git/commit
bpf translator: binary operations now act on copy of left operand.
authorAaron Merey <amerey@redhat.com>
Wed, 20 Jun 2018 22:26:36 +0000 (18:26 -0400)
committerAaron Merey <amerey@redhat.com>
Wed, 20 Jun 2018 22:44:24 +0000 (18:44 -0400)
commitadc0f5e216e66c17c51b0d62d845099c0ca701e9
tree6752cfb6b3ed831064f6847d92dc47c82ccaa25c
parent4238074c1843256faddd02cac9f3a71ce202b9f8
bpf translator: binary operations now act on copy of left operand.

Needed for cases where evaluating right operand causes side effects that
mutate the left (ex. x + x++).
bpf-translate.cxx
This page took 0.026959 seconds and 5 git commands to generate.