Paweł Bylica

Results 290 issues of Paweł Bylica

Hi there, I wanted to use alive to verify an optimization but I know very little about how it works. The optimization looks like: ``` Name: Mul128MatchLo Pre: hasOneUse(%xl) &&...

enhancement

Sorting by average propagation time puts entries with ∞ on top.

Hi there, I get the following compiler warning: ``` duk_logging.c:184:64: warning: ‘Z’ directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] sprintf((char *) date_buf, "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ",...

**Describe the bug** clang analyzer / clang-tidy 13 reports "Potential memory leak" when registering a benchmark with a lambda. ``` include/benchmark/benchmark.h:1193:3: error: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks,-warnings-as-errors] return internal::RegisterBenchmarkInternal( ^ bench.cpp:169:13:...

Resolves https://github.com/ewasm/design/issues/98.

EEI (environment interface)

EEI (environment interface)

Instead of having single init code that outputs the deployment code change the process of creating new contract accounts as follows: 1. The "create" message contains the "contract code" which...

ECI (contract interface)

> I lack proper knowledge of wasm, Pramea and pwasm. This is just to dump the idea out of my head. Let's imagine we have 2 ewasm contracts 0xA and...

ECI (contract interface)

Drop: - `codeCopy()` https://github.com/ewasm/design/blob/master/eth_interface.md#codecopy - `getCodeSize()` https://github.com/ewasm/design/blob/master/eth_interface.md#getcodesize - `externalCodeCopy()` https://github.com/ewasm/design/blob/master/eth_interface.md#externalcodecopy - `getExternalCodeSize()` https://github.com/ewasm/design/blob/master/eth_interface.md#getexternalcodesize The `externalCodeCopy()` and `getExternalCodeSize()` might still be available in EVM1 compatibility mode. Access to external code hash...

EEI (environment interface)

Resolves #132.

in progress