mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
csharp: Refactoring IL code generator & add two compiled packer implementation (dynamic-method, method-builder)
This commit is contained in:
parent
94e5b0d78f
commit
33498d3673
7 changed files with 883 additions and 670 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue