Bucky Kittinger

Results 14 issues of Bucky Kittinger

## Change Description The current README.md has stale/dead links. This hopefully fixes those. ## API Changes - [ ] API Changes ## Documentation Additions - [ ] Documentation Additions

## Change Description The current README.md has stale/dead links. This hopefully fixes those. ## API Changes - [ ] API Changes ## Documentation Additions - [ ] Documentation Additions

Create a debugging platform for smart contracts. - [ ] Implementing the GDB server protocol in the WASM backend. This will be a master and slave thread model, so that...

enhancement
in progress

`eosio-ld` is not properly pruning dead imports during the linking stage.

enhancement

Add FDO support for conditional branch reordering, loop unrolling/ function inlining best fit, path coverage analysis for code pruning.

enhancement

The current system will only support methods of classes to "type check" against and construct the __action_wrapper__. This system should also allow for declaring a function to construct against for...

enhancement

Add a warning or fail ABI generation if it contains a struct that holds a C-style array.

enhancement

Currently, ABI generation will set the version of ABI to v1.1 and add the new structures to satisfy this. But, this version should be deduced from the contract and only...

enhancement

Move mutable globals out of module and to the end of the linear memory section (past the 4GB addressable region).

enhancement