Skip to content

Instance calls in valuetype #26

@GoogleCodeExporter

Description

@GoogleCodeExporter
I've tried to generate calls to methods of value type.

What I've seen is it was not emitting "Constrained" before "Callvirt" for 
instance value type methods. I've fixed it to use "Call" in this case.

Another solution is fixing condition of emitting "Constrained" but "Callvirt" 
is not needed to be emitted for value types (exclusion for base type virtual 
methods).

Vlad
vbcoding@ukr.net

Original issue reported on code.google.com by vlad.v...@gmail.com on 30 Nov 2012 at 4:52

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions