intermediate-language
Static analysis for partial C++ programs
I\'m thinking about doing some static analysis project over C++ code samples, as opposed to entire programs. In general static analysis requires some simpler intermediate representation, but such a re[详细]
2023-03-19 03:52 分类:问答Intermediate code from C++
I want to compile a C++ program to an intermediate code. Then, I want to compile the intermediate code for the current processor with all of its resources.[详细]
2023-03-04 21:15 分类:问答Question about how the C# Compiler emits TypeRef information
I found this interesting thing when I was trying out the new feature “optional parameters” in C# 4.0.[详细]
2023-02-25 00:26 分类:问答Integration Test for All References of a Method Invocation
So, I\'ve been searching around on the internet for a bit, trying to see if someone has already invented the wheel here. What I want to do is write an integration test that will parse the current proj[详细]
2023-02-20 09:23 分类:问答Does F# Interpreter (fsi.exe) also produces Intermediate Language-Code as F# Compiler (fsc.exe) does?
Currently I\'m doing a recherche for university about F#. I have a question about the F# interact开发者_开发技巧ive Console and the F# compiler.[详细]
2023-02-03 07:43 分类:问答ILGenerator: Load created method
I am using System.Reflection.Emit, and at some point I want to create a delegate from a MethodBuilder:[详细]
2023-01-28 07:04 分类:问答Tool for editing .IL files?
Currently I use Notepad for this purpose. Is there any specific tool intended for editing .NET Intermediate Language files?[详细]
2023-01-28 02:22 分类:问答Modify IL code on the fly
I want to modify .Net IL code of an existing class on the fly. Is that possible somehow? I found some references to the .Net Profiling API, but according to the documentation it does not support self[详细]
2023-01-23 21:57 分类:问答Three Address Code (TAC / 3AC)
While doing some reading, I came across the terms \"Intermediate Language\" and \"3AC\". IL, as I understand, is the middle \"step\" in the source code compilation process. More specifically, I\'m r[详细]
2023-01-21 09:44 分类:问答Programmatically compare IL of two methods
I have a compiled assembly. I want to programmatically compare the method implementation of one of the methods in that assembly with something I expect.[详细]
2023-01-16 08:13 分类:问答