Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGergely Kalapos <gergo@kalapos.net>2017-05-17 23:55:54 +0300
committerJan Kotas <jkotas@microsoft.com>2017-05-17 23:55:54 +0300
commitc4d4daf9153971a3b197727c3843e7aa55c1dabe (patch)
treecc87b83fec925020c5557ffb13069853551f4fb4 /src
parent553e70def758f3baf28a2b05542f48c18c5b0463 (diff)
Updated ILVerify Readme.md (#3641)
* ILVerify Readme: added additional resources
Diffstat (limited to 'src')
-rw-r--r--src/ILVerify/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ILVerify/README.md b/src/ILVerify/README.md
index 0bc27fc69..c2ebe27ec 100644
--- a/src/ILVerify/README.md
+++ b/src/ILVerify/README.md
@@ -29,4 +29,6 @@ Currently every IL command falls into one of these categories:
Useful sources:
- [PEVerify source code](https://github.com/lewischeng-ms/sscli/blob/master/clr/src/jit64/newverify.cpp)
- - [RyuJIT source code](https://github.com/dotnet/coreclr/blob/master/src/jit), specifically: [exception handling specific part](https://github.com/dotnet/coreclr/blob/master/src/jit/jiteh.cpp), [importer.cpp](https://github.com/dotnet/coreclr/blob/master/src/jit/importer.cpp) (look for `Compiler::ver`, `Verify`, `VerifyOrReturn`, and `VerifyOrReturnSpeculative`), [_typeinfo.h](https://github.com/dotnet/coreclr/blob/master/src/jit/_typeinfo.h), [typeinfo.cpp](https://github.com/dotnet/coreclr/blob/master/src/jit/typeinfo.cpp) \ No newline at end of file
+ - [RyuJIT source code](https://github.com/dotnet/coreclr/blob/master/src/jit), specifically: [exception handling specific part](https://github.com/dotnet/coreclr/blob/master/src/jit/jiteh.cpp), [importer.cpp](https://github.com/dotnet/coreclr/blob/master/src/jit/importer.cpp) (look for `Compiler::ver`, `Verify`, `VerifyOrReturn`, and `VerifyOrReturnSpeculative`), [_typeinfo.h](https://github.com/dotnet/coreclr/blob/master/src/jit/_typeinfo.h), [typeinfo.cpp](https://github.com/dotnet/coreclr/blob/master/src/jit/typeinfo.cpp)
+ - [ECMA-335 standard](https://www.ecma-international.org/publications/standards/Ecma-335.htm)
+ - [Expert .NET 2.0 IL Assembler book](http://www.apress.com/us/book/9781590596463) by Serge Lidin \ No newline at end of file