Skip to content

Commit ccf7b9d

Browse files
Emircan Uysalercopybara-github
authored andcommitted
[roll] Roll fuchsia [ui][escher] Preallocate reused struct in CommandBuffer::Submit
CommandBuffer::Submit has a struct that are allocated and destructed in each Submit. We should make them static to avoid the extra cost. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1178498 Original-Revision: ea41741f23b7a4ef89930a76675c838cfd72504d GitOrigin-RevId: 6e7126302a09e6d41404235463a30fb859de3f78 Change-Id: Id400a4ac46b0ddcd6fc2e4ae8a981f3f93e6f6e3
1 parent 0a79a82 commit ccf7b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="68b95a7a0abc6e980e2e7ddff8164ae6b7bdd80d"/>
14+
revision="ea41741f23b7a4ef89930a76675c838cfd72504d"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)