Skip to content

Base work for Windows compatibility #3

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

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

weltling
Copy link

This includes

  • catch up with config.w32 and makefile
  • using minilua to generate the C file with JIT implementation
  • surrogate implementations for __builtin_ctz/__builtin_clz
  • other fixes for build without global registers, exporting symbols, etc.

The JIT functionality is still untouched, so needs to be implemented. Also the disasm functionality for dumping JIT code is excluded for now, as it would require some hand made or library code to read symbols from COFF files. Still, the changes in this patch will help to ramp up the missing functionality.

Thanks.

@dstogov dstogov merged commit df34d48 into zendtech:jit-dynasm Feb 19, 2019
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.

2 participants