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

JIT: checked/release asm diff in windows and linux x64 #66155

Closed
JulieLeeMSFT opened this issue Mar 3, 2022 · 3 comments
Closed

JIT: checked/release asm diff in windows and linux x64 #66155

JulieLeeMSFT opened this issue Mar 3, 2022 · 3 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@JulieLeeMSFT
Copy link
Member

Pipeline link
Also from #61335 (comment).

Two issues:

  • ERROR: REL32 relocation overflows field! delta=0xFFFFFFFF73F2F43F
  • ISSUE: <ASM_DIFF> main method 34684 of size 70 differs
    -- Windows x64 : 91 asm diffs
    -- Linux x64 : 190 asm diffs
@dotnet-issue-labeler dotnet-issue-labeler bot added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI untriaged New issue has not been triaged by the area owner labels Mar 3, 2022
@ghost
Copy link

ghost commented Mar 3, 2022

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

Pipeline link
Also from #61335 (comment).

Two issues:

  • ERROR: REL32 relocation overflows field! delta=0xFFFFFFFF73F2F43F
  • ISSUE: <ASM_DIFF> main method 34684 of size 70 differs
    -- Windows x64 : 91 asm diffs
    -- Linux x64 : 190 asm diffs
Author: JulieLeeMSFT
Assignees: -
Labels:

area-CodeGen-coreclr, untriaged

Milestone: -

@JulieLeeMSFT JulieLeeMSFT removed the untriaged New issue has not been triaged by the area owner label Mar 3, 2022
@JulieLeeMSFT JulieLeeMSFT added this to the 7.0.0 milestone Mar 3, 2022
@JulieLeeMSFT
Copy link
Member Author

cc @dotnet/jit-contrib.

@JulieLeeMSFT
Copy link
Member Author

Pipeline reports asm diff, but local repro does not show asm diff.

c:\runtime\artifacts\tests\coreclr\windows.x64.Checked\Tests\Core_Root\superpmi.exe -c 261916 c:\runtime\artifacts\tests\coreclr\windows.x64.Checked\Tests\Core_Root_base\clrjit.dll c:\runtime\artifacts\spmi\mch\bcc99ca6-5291-4cc0-a5d9-2758456053f3.windows.x64\coreclr_tests.pmi.windows.x64.checked.mch -a C:\runtime\artifacts\tests\coreclr\windows.x64.Release\Tests\Core_Root_base\clrjit.dll
Using jit(c:\runtime\artifacts\tests\coreclr\windows.x64.Checked\Tests\Core_Root_base\clrjit.dll) with input (c:\runtime\artifacts\spmi\mch\bcc99ca6-5291-4cc0-a5d9-2758456053f3.windows.x64\coreclr_tests.pmi.windows.x64.checked.mch)
 indexCount=1 (261916)
Jit startup took 3.826700ms
Jit startup took 1.607000ms
Loaded 1  Jitted 1  FailedCompile 0 Excluded 0 Missing 0 Diffs 0
Total time: 20.800100ms 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

3 participants