Porting the changes to support generic dictionaries lookups in R2R images to the...
authorFadi Hanna <fadim@microsoft.com>
Wed, 18 May 2016 17:18:53 +0000 (10:18 -0700)
committerFadi Hanna <fadim@microsoft.com>
Wed, 18 May 2016 17:18:53 +0000 (10:18 -0700)
commit7d78bb285816c69f39c016950d3add07f650483e
treeb18e6ea26dcb911e8e280ee914ab96696ec06b39
parent1ab27c57d093f073429117e6312108bc9ed2e171
Porting the changes to support generic dictionaries lookups in R2R images to the JIT32 implementation, to support the x86 architecture.

All of the changes in importer.cpp were ported from JIT\importer.cpp, which was merged to the coreclr master branch last Friday evening (reviewed and signed-off in a PR on GitHub).

The remaining changes include:
         1) Adjusting #ifdefs to enable the x86 scenario
         2) Implementation of the R2R stub for generic dictionary lookups
         3) Small change in prestub.cpp required for x86 to work correctly

[tfs-changeset: 1605906]
src/vm/i386/cgenx86.cpp
src/vm/jitinterface.cpp
src/vm/prestub.cpp