Merge pull request #3026 from lewurm/is-call-macro
authormonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 27 May 2016 01:25:07 +0000 (02:25 +0100)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 27 May 2016 01:25:07 +0000 (02:25 +0100)
commit82f74ede88abf1b6f50df72dad05d321bb6f0a6d
tree3712d203eaef96dcd81c14d931de56e0a90fac67
parentee6c7cf06595f03f9ee3bda578f174f328135a85
parentbb806ba1d6f6cb859a2706b368c355203d1dcfcf
Merge pull request #3026 from lewurm/is-call-macro

[mini] small improvements around `MONO_IS_CALL` macro and `local-prop`

showed up in vtunes when running
```
./mono/mini/mono-sgen --stats -O=all --aot=threads=1,asmonly ~/work/benchmarker/tests/fsharp/lib/bootstrap/4.0/FSharp.Compiler.dll
```

also, I think when `OP_DYN_CALL` was introduced, it wasn't added to the `MONO_IS_CALL` macro. @vargaz, what do you think?