chriseth

Results 34 issues of chriseth

Fixes https://github.com/ethereum/solidity/issues/11969

priority review

external contribution :star:

Implement automation (maybe through github actions) for the following: - newly opened issues should be added to the "Solidity" project board under "new issues" - stale issues that are not...

The `call` opcode (and others) should not reset memory if it can be determined that the memory output area is zero. The trigger for this is to improve the code...

optimizer

(EDIT by @cameel) ## Design [Literal suffixes - design decisions](https://notes.ethereum.org/62ZGU8OHQw-KimH7inZ-4w) ## TODO Here's a summary of what's left to do here. Overall not much concrete stuff. Just tons of small...

We should offer an interface so that other people can clone and host the same data via ipfs.

I did not verify in detail that all levels still work, but I think they should.

Solidity will soon add a "metadata hash" to the bytecode of deployed contracts. This is a swarm hash of a json file that includes the ABI and NatSpec information, among...

0_feature: high
2_contracts

During CSE, every `sub` by a constant is replaced by an `add` to get uniform expressions. At the end of the optimization phase, after constant-reintroduction, this should be reversed if...

optimizer