[interp] Use +=, *= etc. Seems to generate identical code though. (#16848)
commitfb71d475437ffab6fbfb97962f375af5571c775f
authorJay Krell <jaykrell@microsoft.com>
Tue, 17 Sep 2019 10:23:19 +0000 (17 03:23 -0700)
committerVlad Brezae <brezaevlad@gmail.com>
Tue, 17 Sep 2019 10:23:19 +0000 (17 13:23 +0300)
treec23c66b6e724d9d978fd92f2313a96ce16102bd1
parent6252794ebe6cd6f04131dbb1ea0da3a8cd4c6ab1
[interp] Use +=, *= etc. Seems to generate identical code though. (#16848)

i.e. a = a op b is *not* double evaluating a.
mono/mini/interp/interp.c