Slava Egorov

Results 443 comments of Slava Egorov

I think it makes sense to enable multiple entry points on all architectures we support to avoid confusing non-symmetry. Bumping priority to P1 for this particular task.

We are wasting space in generated code because of incomplete implementation - we don't stop code generation when `TryIntrinsify` returns `true` when called from `FunctionEntryInstr::EmitNativeCode` - this negates some of...

I think original post by @mit-mit was a bit unclear: we have no plans to deprecate and remove `dart:mirrors` before we fully understand its current uses and at the very...

@maximveksler I am pretty fond of Swift's design for this feature and have been advocating something like this for years (most recently in context of generalising some of proposed data...

> I was assuming it would be cheap to crawl the subsection of memory that is referenced from an object recursively and count those references per object. This would not...

@dcharkes has done some initial prototyping and we have been discussing different approaches. It currently looks possible that we decide against implementing isolate independent code as a embedded DSL and...