-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the new
native
gc internal only (#696)
## Summary Made the new `native` gc not accessible via command line arguments or via `compileOption`. ## Details The latest `native` gc was created to better represent the gc the JS and VM backends use. But it has no meaning for the C backend and instead redirected to orc. As there is no reason to explicitly choose the `native` gc via command-line arguments I removed the option. I also removed the option for the `compileOption` proc because one should query the used backend instead.
- Loading branch information
vc4d-5x2
authored
May 9, 2023
1 parent
a208234
commit 7f2a42c
Showing
4 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters