[jit] Fix the linking of bblocks in mono_replace_ins () by avoiding iterating over...
authorZoltan Varga <vargaz@gmail.com>
Mon, 18 Apr 2016 17:26:55 +0000 (13:26 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 18 Apr 2016 17:27:00 +0000 (13:27 -0400)
commitcf36181a851d2979b8248dcfcbc6be2537fc6d81
treeeaf49fcca6c0ffeb76dbaa0584b8920864c5f539
parent28faf0a6d167087a259713c7278b87c6bc4f6910
[jit] Fix the linking of bblocks in mono_replace_ins () by avoiding iterating over an array which is modified in place by mono_unlink_bblock ().
mono/mini/branch-opts.c