Andrew Evstyukhin

Results 9 comments of Andrew Evstyukhin

Hi there. I have some statistics for 500MB wasm under Windows 10 (sadly 2 times slower than Linux). `-Os -flto -fomit-frame-pointer` > [PassRunner] running pass: duplicate-function-elimination... 32.0065 seconds. [PassRunner] running...

Yes, `asyncify` is heavy. Also it doubles wasm size but not so large in entropy: 1.39.7: wasm-ld `45 357 52` (8 541 334 in 7z) -> wasm-opt `67 428 723`...

`asyncify`: I wonder can we make an attribute to mark functions in C++ code additionally to `ASYNCIFY_ADD`? To not write `extern "C"` and be more handy than manual `ASYNCIFY_ADVISE`. >...

I'm in doubt about annotations nowadays... Last week I did good enough settings just using `ASYNCIFY_REMOVE` + `ASYNCIFY_ADD` in 2.0.14. What can be helpful from my sight: 1. `ASYNCIFY_ONLY` and...

Often in real cases not all code paths are covered. Any optimization can easily break something. It's a good honeypot in a too simple task to show reality. Anyway, commit...

I think we can use originalMultiply in validation.cpp to be more precise _if current situation is so dramatic_. Please try 285f007 first (just merge main into private/*)

Performance problems lay in solution.h and solution.cpp. Microoptimizations don't mean to use other algorithm or rewrite source code. Location of the performance issue is also unknown. Good job is to...

Hi, thanks! I think this project will remain only in the source code. Although the project is dedicated to the Windows platform, it can be successfully run on Linux and...