]> sourceware.org Git - systemtap.git/commit
Remove temporaries in netdev.change_mac
authorJosh Stone <jistone@redhat.com>
Thu, 17 Sep 2009 21:42:04 +0000 (14:42 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 17 Sep 2009 21:48:01 +0000 (14:48 -0700)
commit597c982e513c9fef84e64e9aaef77cb736245096
tree638deaff0888fb79e776a776cfd8d7ec71191eb5
parent707e2bec52a319441497f684b1a62d7ed97e3eff
Remove temporaries in netdev.change_mac

As reported by dsmith, reusing temporary locals will prevent our
limited optimizer from eliminating code.  I'm getting rid of these
particular locals altogether.

* tapset/networking.stp (netdev.change_mac): Don't write mac
  intermediates into locals; just pass them directly to sprintf.
tapset/networking.stp
This page took 0.025068 seconds and 5 git commands to generate.