实现了切片存储
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
"name": "NegativeTest",
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
"name": "Sha1Test",
|
||||
"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"]
|
||||
@@ -22,6 +21,7 @@
|
||||
},
|
||||
"options": {
|
||||
"slice_level": 3,
|
||||
"sha1_slice_level": 3,
|
||||
"target": "llvm",
|
||||
"strict_mode": true
|
||||
}
|
||||
|
||||
BIN
Test/build.log
BIN
Test/build.log
Binary file not shown.
1169
Test/crash_log.txt
1169
Test/crash_log.txt
File diff suppressed because it is too large
Load Diff
1636
Test/crash_log2.txt
1636
Test/crash_log2.txt
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
[ASM] args loop ai3=2 aval=18371664
|
||||
@@ -1 +0,0 @@
|
||||
DBG MemBuddy.alloc: block=000002428000F828
|
||||
@@ -1 +0,0 @@
|
||||
[DBG]
|
||||
@@ -1 +0,0 @@
|
||||
[L] ai3=2 aval=-2129095600 检查Ty
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user