Skip to content

src: avoid extra `Persistent` in `DefaultTriggerAsyncIdScope`

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/def-id-scope into master

Instead of getting a reference to the main AliasedBuffer, which would always unnecesarily allocate and destroy a Persistent handle, store and use a reference to the owning object.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading