feat: x86 code generation implementation without runtime checking #29

Merged
gk1623 merged 58 commits from asm-gen into master 2025-02-27 18:54:57 +00:00
11 changed files with 578 additions and 223 deletions
Showing only changes of commit da0ef9ec24 - Show all commits

View File

@@ -32,6 +32,7 @@ check_commits:
- npm install -g @commitlint/cli @commitlint/config-conventional
- git checkout origin/master
script:
- git checkout ${CI_COMMIT_SHA}
- npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose
compile_jvm: