From a3c0baf6481830c7970f9bb78940c0b1d486f2b0 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Mon, 8 Nov 2021 16:53:05 +0100 Subject: [PATCH] Add myself to heap/ watchlist Change-Id: I0b352c8a34f222c904b8cc72db1e315fc7ca48df Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3268297 Reviewed-by: Hannes Payer Commit-Queue: Michael Lippautz Cr-Commit-Position: refs/heads/main@{#77768} --- WATCHLISTS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index 7c471f2125..7145f150b9 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -60,7 +60,7 @@ 'feature_shipping_status': { 'filepath': 'src/flags/flag-definitions.h', }, - 'gc_changes': { + 'heap_changes': { 'filepath': 'src/heap/', }, 'arm': { @@ -133,8 +133,9 @@ 'feature_shipping_status': [ 'hablich@chromium.org', ], - 'gc_changes': [ + 'heap_changes': [ 'hpayer@chromium.org', + 'mlippautz+watch@chromium.org', ], 'arm': [ 'v8-mips-ports@googlegroups.com',