go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
904 stars 148 forks source link

Implement XOR / SHR / SHL on amd64 native backend. #117

Closed twitchyliquid64 closed 5 years ago

twitchyliquid64 commented 5 years ago

As before, relies on previous PRs.

codecov-io commented 5 years ago

Codecov Report

Merging #117 into master will decrease coverage by 0.04%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   65.65%   65.61%   -0.05%     
==========================================
  Files          41       41              
  Lines        3916     3949      +33     
==========================================
+ Hits         2571     2591      +20     
- Misses       1078     1091      +13     
  Partials      267      267
Impacted Files Coverage Δ
exec/internal/compile/scanner.go 0% <0%> (ø) :arrow_up:
exec/internal/compile/backend_amd64.go 78.62% <66.66%> (-1.21%) :arrow_down:

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 1b39a4b...caf28a4. Read the comment docs.

twitchyliquid64 commented 5 years ago

:airplane: :)