csharp: Refactoring IL code generator & add two compiled packer implementation (dynamic-method, method-builder)

This commit is contained in:
Kazuki Oikawa 2011-04-23 14:14:12 +09:00
parent 94e5b0d78f
commit 33498d3673
7 changed files with 883 additions and 670 deletions

View file

@ -42,7 +42,7 @@
<Compile Include="BoxingPacker.cs" />
<Compile Include="CompiledPacker.cs" />
<Compile Include="Compiler\EmitExtensions.cs" />
<Compile Include="Compiler\PackerCompiler.cs" />
<Compile Include="Compiler\PackILGenerator.cs" />
<Compile Include="Compiler\Variable.cs" />
<Compile Include="Compiler\VariableType.cs" />
<Compile Include="MsgPackReader.cs" />