Slava Egorov

Results 443 comments of Slava Egorov

> why there is no one take care of http2 Pull Requests are welcome.

It is a bug in https://github.com/dart-lang/build/blob/ec64e8424004c402eb48e584c12bfef4f5cab4a6/build_resolvers/lib/src/sdk_summary.dart#L37. Note that the way this function is written is not guarding against multiple instances of this function running in parallel and all creating the...

Is this stale now or do we still want to land #1295?

@karbiv can you provide Go or LuaJIT program for comparison? Most of the time is actually spent in the `toInt` (which for some legacy reasons produces *boxed* integer?) and not...

@lrhn When I look at VM's `double.toInt` I see that it does clamping into `[kMinInt64, kMaxInt64]` range. However I don't see this behavior guaranteed by API doc for `toInt` or...

@karbiv Ah, this seem to only happens in JIT mode, which I did not even bother to measure originally. I measured only in AOT (and on HEAD of the sdk)....

@karbiv I would like to keep this open, because it allowed me to find and fix a number of code quality issues in the backend (see commits above). Some of...

@gabrielgarciagava additionally to what @srawlins have said. If you are running on new enough analyzer (e.g. Flutter master will certainly have it) then there should be "Collect Report" option at...

> I am afraid I cannot handle this file. At least not before checking with the legal parts of the company. I see there are package names there, so I...

@gabrielgarciagava what is your current experience with analyzer latency on your code base?