Skip to content
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

[Perf] Remove unnecessary ImmutableMap.copyOf invocation. #5651

Closed
wants to merge 1 commit into from

Conversation

ttsugriy
Copy link
Contributor

keyWordArgs is already ImmutableMap<String, Object> and copyOf contains enough
overhead to show up on parse profiles.

`keyWordArgs` is already `ImmutableMap<String, Object>` and `copyOf` contains enough
overhead to show up on parse profiles.
@laurentlb
Copy link
Contributor

lgtm!

@bazel-io bazel-io closed this in 03bd99d Jul 25, 2018
werkt pushed a commit to werkt/bazel that referenced this pull request Aug 2, 2018
`keyWordArgs` is already `ImmutableMap<String, Object>` and `copyOf` contains enough
overhead to show up on parse profiles.

Closes bazelbuild#5651.

PiperOrigin-RevId: 206051798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants