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

Translate corefn.json in parallel #46

Open
felixSchl opened this issue Oct 18, 2018 · 1 comment
Open

Translate corefn.json in parallel #46

felixSchl opened this issue Oct 18, 2018 · 1 comment
Labels

Comments

@felixSchl
Copy link
Collaborator

felixSchl commented Oct 18, 2018

Update the mk/target.mk file to have a one-to-one mapping from corefn.json to a .c file, something like: %.c: %/corefn.json. That means Make can compile the corefn jsons into C files in parallel using its' -j flag.

@felixSchl
Copy link
Collaborator Author

Alternatively (or additionally), we can add support for translating corefn.jsons in parallel internally. It should be fairly easy to add this support and the current CLI already takes in a list of items to process (as opposed to just one), so it arguable falls in the scope of the utility.

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

No branches or pull requests

1 participant