From dc29d9cddd0e33262b7f63b6ccc60ff4d613e554 Mon Sep 17 00:00:00 2001 From: Aleksei Sidorov Date: Thu, 11 Sep 2025 17:14:39 +0300 Subject: [PATCH] Add @asidorov to ANI helpers/entrypoints review Reason: to get notified about ANI important changes, to not break compiler ANI optimizations Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICXM4T Change-Id: I233c3f034c20320e75efd1176d39e057ec0f5e81 Signed-off-by: Aleksei Sidorov --- static_core/REVIEWERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static_core/REVIEWERS b/static_core/REVIEWERS index b94d31a785..a83882db1b 100644 --- a/static_core/REVIEWERS +++ b/static_core/REVIEWERS @@ -98,7 +98,7 @@ static_core/plugins/ets/libllvmbackend/ ^Prof1983 ^kosovpavel @ static_core/plugins/ets/runtime/ @vpukhov static_core/plugins/ets/runtime/*coroutine* ^dmitriitr @konstanting ^ychen3 static_core/plugins/ets/runtime/ani @wanzixuan330 @v-cherkashin ^slynkodenis ^liwentao_uiw -static_core/plugins/ets/runtime/ets_entrypoints* @Prof1983 @mbolshov +static_core/plugins/ets/runtime/ets_entrypoints* @Prof1983 @mbolshov ^asidorov static_core/plugins/ets/runtime/ets_handle* ^dmitriitr @udav static_core/plugins/ets/runtime/ets_libbase_runtime.yaml @Prof1983 static_core/plugins/ets/runtime/ets_runtime_interface* @Prof1983 @@ -110,6 +110,7 @@ static_core/plugins/ets/verification/ @igelhaus static_core/runtime/include/mem/ ^dmitriitr @udav static_core/runtime/include/tooling/ @slynkodenis static_core/runtime/tests/tooling/ @slynkodenis +static_core/plugins/ets/runtime/ani/ani_helpers* @wanzixuan330 @v-cherkashin ^slynkodenis ^liwentao_uiw ^asidorov static_core/plugins/ets/runtime/finalreg/* ^dmitriitr @udav @ipetrov ^shemetovphilip static_core/plugins/ets/runtime/interop_js/ @nazarovkonstantin @vpukhov @zmzhao1995 @gitee-dakeQI static_core/plugins/ets/runtime/interop_js/*promise* ^dmitriitr @konstanting -- Gitee