• Inphi's avatar
    cannon: Implement 64-bit Solidity VM (#12665) · 96ef7bb4
    Inphi authored
    * cannon: Implement MIPS64Memory.sol
    
    * cannon: Implement 64-bit Solidity VM
    
    - Implements 64-bit Cannon (with multithreading) in MIPS64.sol
    - Re-enable differential testing for 64-bit VMs
    
    * review comments
    
    * check pc for 4-byte alignment
    
    * gofmt
    
    * update snapshot
    
    * address nits; add more add/sub/mult overflow tests
    
    * diff test misaligned instruction
    
    * fix mul[t] MIPS64.sol emulation
    
    * diff fuzz mul operations
    
    * fix addiu test case
    
    * fix GetInstruction return value type
    96ef7bb4
Name
Last commit
Last update
..
cmd Loading commit data...
docs Loading commit data...
mipsevm Loading commit data...
multicannon Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
Dockerfile.diff Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
main.go Loading commit data...