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
9 changed files with 577 additions and 220 deletions
Showing only changes of commit 4f3596b48a - Show all commits

View File

@@ -30,9 +30,9 @@ check_commits:
before_script: before_script:
- apk add git - apk add git
- npm install -g @commitlint/cli @commitlint/config-conventional - npm install -g @commitlint/cli @commitlint/config-conventional
- git pull origin master - git checkout origin/master
script: script:
- npx commitlint --from origin/master --to HEAD --verbose - npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose
compile_jvm: compile_jvm:
stage: compile stage: compile