Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Implement GenIR::getValueFromRuntimeHandle #532

Closed
erozenfeld opened this issue Apr 30, 2015 · 2 comments
Closed

Implement GenIR::getValueFromRuntimeHandle #532

erozenfeld opened this issue Apr 30, 2015 · 2 comments

Comments

@erozenfeld
Copy link
Member

No description provided.

@pgavlin
Copy link
Contributor

pgavlin commented May 6, 2015

Other JITs either
a) do not optimize this path, or
b) only optimize here if the incoming argument is the result of lowering a ldtoken instruction.

We don't yet have the ability do detect (b), so we're currently stuck with (a).

I've opened #551 to track improving this.

@AndyAyersMS
Copy link
Member

Roslyn is unblocked with #550, so closing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants