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

(Option to) use release runtime instead of checked #21

Open
pentp opened this issue Jan 29, 2021 · 2 comments
Open

(Option to) use release runtime instead of checked #21

pentp opened this issue Jan 29, 2021 · 2 comments

Comments

@pentp
Copy link

pentp commented Jan 29, 2021

21619e8 removed the option "prefer checked runtime" and now disassembly is always done using checked runtime which unfortunately means that various runtime asserts and extra validations are also left in and thus the disassembly isn't always accurate. Only JIT dll needs to be from checked/debug build.

@EgorBo
Copy link
Owner

EgorBo commented Jan 30, 2021

@pentp oops, will bring it back

@En3Tho
Copy link
Contributor

En3Tho commented Oct 9, 2022

@EgorBo This is what we've talked about lately. Posting asm from main branch using disasmo will be more accurate with release jit.

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

No branches or pull requests

3 participants