[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)
authorHanjoung Lee <waterets@gmail.com>
Fri, 16 Jun 2017 00:53:44 +0000 (09:53 +0900)
committerBruce Forstall <brucefo@microsoft.com>
Fri, 16 Jun 2017 00:53:44 +0000 (17:53 -0700)
commit0c96db33ddb7d784cda9bd0368756046f436e8bc
treea711629ae4727ceb4d7a2b1477334eb3db3356e1
parent5580664eb419cb868a3669253d5d9666a3def641
[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)

* [x86/Linux] Enable gcMarkFilterVarsPinned

Do gcMarkFilterVarsPinned() for WIN64EXCEPTIONS

* [x86/Linux] GCInfo : Force this pointer untracked

`this` pointer is now always untracked so we can use pinned flag in tracked lifetimes.
This allows us to make the refs(inside filter) pinned to prevent from double-relocation.

* [x86/Linux] GCInfo : fix comment and formatting

* [x86/Linux] GCInfo : Update

- Force "this" pointer untracked only when "this" is generic context
- Style fixes

* [x86/Linux] GCInfo : remove this_OFFSET_FLAG
src/gcdump/i386/gcdumpx86.cpp
src/inc/gcinfo.h
src/jit/codegenxarch.cpp
src/jit/emit.cpp
src/jit/gcencode.cpp
src/jit/gcinfo.cpp
src/jit/jitgcinfo.h
src/jit/lclvars.cpp
src/vm/eetwain.cpp