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

Create initial support for simple app #1

Open
Therzok opened this issue Mar 21, 2018 · 1 comment
Open

Create initial support for simple app #1

Therzok opened this issue Mar 21, 2018 · 1 comment
Assignees

Comments

@Therzok
Copy link
Owner

Therzok commented Mar 21, 2018

First deliverable here should be to take some code from the editor and print the ASM of the given code

Initial target is mono desktop

@Therzok Therzok created this issue from a note in Initial release (To do) Mar 21, 2018
@Therzok Therzok self-assigned this Mar 21, 2018
@Therzok
Copy link
Owner Author

Therzok commented Mar 21, 2018

To compile a method:
MONO_VERBOSE_METHOD=Class:Method mono --compile Class:Method test.exe

To compile a method using the AOT compiler:
mono --aot=asmonly test.exe

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

No branches or pull requests

1 participant