[interp] Compute locals later to reduce register/stack pressure and conserve stack...
authorJay Krell <jaykrell@microsoft.com>
Thu, 15 Aug 2019 08:39:27 +0000 (01:39 -0700)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 15 Aug 2019 08:39:27 +0000 (10:39 +0200)
commited4ee3a737b47bb8956f8fabcfa8be98a27b15d9
treeaba9cfcbd75e4bb4601c9de1d2ba050efd5b53bf
parent1a8556a66c33a77251807763196145fc5f7a4b2b
[interp] Compute locals later to reduce register/stack pressure and conserve stack. (mono/mono#16231)

i.e. do not def before a function call and use after, do both after.

Commit migrated from https://github.com/mono/mono/commit/fc724e6cf0c690b8c40ccfe12b0d2316747b1142
src/mono/mono/mini/interp/interp.c