Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed proxy generation for methods with many parameters #506

Merged

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Jul 23, 2020

We should not use the short form jump instruction when the instructions between the jump source and target may exceed 127... (IL instructions? bytes?). Anyway, as a rule then, I've switched to long form whenever the jump crosses an IL generating loop, such that we can't be confident that the number of instructions will be small.

This regressed in 9cf9f7e

We should not use the short form jump instruction when the instructions between the jump source and target may exceed 127... (IL instructions? bytes?). Anyway, as a rule then, I've switched to long form whenever the jump crosses an IL generating loop, such that we can't be confident that the number of instructions will be small.
@AArnott AArnott added this to the v2.6 milestone Jul 23, 2020
@AArnott AArnott self-assigned this Jul 23, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2020

Codecov Report

❗ No coverage uploaded for pull request base (release/vs/16.8-preview.1@9cf9f7e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@                     Coverage Diff                      @@
##             release/vs/16.8-preview.1     #506   +/-   ##
============================================================
  Coverage                             ?   89.51%           
============================================================
  Files                                ?       50           
  Lines                                ?     4033           
  Branches                             ?        0           
============================================================
  Hits                                 ?     3610           
  Misses                               ?      423           
  Partials                             ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cf9f7e...7653dd9. Read the comment docs.

@AArnott AArnott changed the base branch from master to release/vs/16.8-preview.1 July 23, 2020 16:05
@AArnott AArnott merged commit f4be865 into microsoft:release/vs/16.8-preview.1 Jul 23, 2020
@AArnott AArnott deleted the fixLongSignatures branch July 23, 2020 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants