-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to mulitple entrypoints #34162
Comments
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 |
AOT is done, only the ARM64/IA32 support is missing. |
Does this still need to be labeled p1-high (that usually means "Planned for the in-progress release"). Can we mark it as 'p2-medium' |
Note that the exactness checking in the IC stubs is only implemented on x64. |
Adresses #34162 Change-Id: I7126f8c9b470041aaa260255293327f67d64d1bc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128063 Commit-Queue: Samir Jindel <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
Issue #34162 Change-Id: If3ca8448012dd1e3dc6e5f638e24202f53ccaf60 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/129716 Commit-Queue: Samir Jindel <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
Adresses dart-lang#34162 Change-Id: I7126f8c9b470041aaa260255293327f67d64d1bc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128063 Commit-Queue: Samir Jindel <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
Issue dart-lang#34162 Change-Id: If3ca8448012dd1e3dc6e5f638e24202f53ccaf60 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/129716 Commit-Queue: Samir Jindel <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
//cc @mkustermann is there more to be done on this issue or can we close it ? |
//cc @alexmarkov I am presuming this has been implemented on all the architectures we care about, can this be closed? |
There are still a few TODOs referencing this issue in the VM source code. So we can leave this issue open until those TODOs are addressed or cleaned up. |
This task is primarily an anchor for associated "TODO"s in the code. Mainly, ARM64/IA32 support is missing.
The text was updated successfully, but these errors were encountered: