OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

Revert "xvm: add llvm backend support (#326)" #328

Closed chenfengjin closed 2 years ago

chenfengjin commented 2 years ago

This reverts commit 5439bf8c4bf524098d7dc64b4f55b88daaf202c7.

Description

revert llvm backend support of xvm

Fixes # (issue)

Type of change

Please delete options that are not relevant.

codecov-commenter commented 2 years ago

Codecov Report

Merging #328 (04e1ff6) into master (5439bf8) will increase coverage by 0.04%. The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #328      +/-   ##
==========================================
+ Coverage   45.81%   45.86%   +0.04%     
==========================================
  Files         140      138       -2     
  Lines       12361    12291      -70     
==========================================
- Hits         5663     5637      -26     
+ Misses       5539     5504      -35     
+ Partials     1159     1150       -9     
Impacted Files Coverage Δ
bcs/contract/xvm/aot_creator.go 5.35% <0.00%> (-1.89%) :arrow_down:
bcs/contract/xvm/builtin_resolver.go 0.00% <ø> (ø)
bcs/contract/xvm/instance.go 0.00% <0.00%> (ø)
bcs/contract/xvm/interp_creator.go 4.16% <0.00%> (-12.50%) :arrow_down:
bcs/contract/xvm/resolver.go 0.00% <ø> (ø)
bcs/contract/xvm/code_manager.go 66.36% <100.00%> (-5.71%) :arrow_down:
bcs/consensus/tdpos/common.go 52.17% <0.00%> (-2.90%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 46.94% <0.00%> (-2.35%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 41.33% <0.00%> (+0.74%) :arrow_up:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5439bf8...04e1ff6. Read the comment docs.