Skip to content

Stabilize the global table insertion order in the new lookup code #2712

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

Merged

Conversation

jcollins-g
Copy link
Contributor

@jcollins-g jcollins-g commented Jun 28, 2021

To be (for now) bug for bug compatible with the legacy lookup system, we still allow certain global lookups. However, because they are ambiguous, they can resolve differently between runs depending on the internal implementation of Dart, memory pressure, the weather.... if the tables are not constructed with a consistent order when entries overlap.

What we really need to do is remove the ambiguity, as in the TODOs.

@google-cla google-cla bot added the cla: yes Google CLA check succeeded. label Jun 28, 2021
@jcollins-g jcollins-g requested review from devoncarew and removed request for devoncarew June 28, 2021 23:10
@jcollins-g jcollins-g merged commit 1b3a032 into dart-lang:master Jun 29, 2021
@jcollins-g jcollins-g deleted the stabilize-global-table-insertion-order branch June 29, 2021 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants