实现了切片存储

This commit is contained in:
2026-07-22 21:56:33 +08:00
parent 751dc72d61
commit 909792bc8f
80 changed files with 584 additions and 26479 deletions

View File

@@ -3,8 +3,7 @@
"name": "AstTest",
"version": "1.0.0",
"source_dir": "./App",
"temp_dir": "./temp",
"output_dir": "./output",
"build_dir": "./.tpv_build",
"compiler": {
"cmd": "llc",
"flags": ["-filetype=obj", "-relocation-model=pic"]
@@ -23,6 +22,7 @@
},
"options": {
"slice_level": 3,
"sha1_slice_level": 3,
"target": "llvm",
"strict_mode": true
}