From 76c4319b690a346d8245cd12143a502e7ad1cfc1 Mon Sep 17 00:00:00 2001 From: Malinin Andrey Date: Mon, 1 Apr 2024 21:29:47 +0800 Subject: [PATCH] Added REVIEWERS file Signed-off-by: Malinin Andrey --- REVIEWERS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 REVIEWERS diff --git a/REVIEWERS b/REVIEWERS new file mode 100644 index 000000000..3d630d31a --- /dev/null +++ b/REVIEWERS @@ -0,0 +1,36 @@ +# Copyright (c) 2024 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +* @dmitriitr @Prof1983 @igelhaus @ragnvald + +# MemoryConcurrency +/runtime/mem/ @dmitriitr +/runtime/async/*async* @dmitriitr +/runtime/tests/mem/ @dmitriitr + +# Compiler +/compiler/ @Prof1983 +/irtoc_scripts/ @Prof1983 +/runtime/asm_defines/ @Prof1983 +/runtime/bridge/ @Prof1983 +/runtime/compiler/ @Prof1983 + +# Runtime +/assembler/ @igelhaus +/bytecode_optimizer/ @igelhaus +/isa/ @igelhaus +/libpandabase/ @igelhaus +/runtime/ @igelhaus + +# Tools +runtime/tooling/ @ragnvald \ No newline at end of file -- Gitee