[roll] Roll fuchsia [lockdep] Minor refactor to remove pessimization.

Remove pessimization due to use of reinterpret_cast from pointer to
integer, allowing the compiler to see that LockClassId refers to
instances of LockClassState by address. This permits some optimizations
when the compiler can determine the address of the LockClassState
instance at compile time.

Also move the LockDependencySet instances from being members of
LockClass to LockClassState, avoiding an unnecessary indirection and
cleaning up initialization.

Test: No behavior change. Existing tests pass.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/939207
Original-Revision: 0167751519a5eee135927fd99f2d9a7562c050f5
GitOrigin-RevId: a1108928c2a6c6bc743e00a0dbae6f861513b5e7
Change-Id: I639c40394b90da064b07d508fe00995665d1e75f
1 file changed
tree: a166826e3f1298b830cbc7391e499b7816370429
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.