提交 2ce51ec4 编写于 作者: Y Yuqiang Xian

Fix typos in SIG compileruntime component and repo description.

Issue: https://gitee.com/openharmony/community/issues/I5GAWFSigned-off-by: NYuqiang Xian <xianyuqiang@huawei.com>
上级 1345e55c
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
- Runtime - Runtime
![figures/compileruntime-overview-runtime-en.png](figures/compileruntime-overview-runtime-en.png) ![figures/compileruntime-overview-runtime-en.png](figures/compileruntime-overview-runtime-en.png)
## repositories ## Repositories
|Component|Description|Code repo| |Component|Description|Code repo|
| ----- | ----------- | --------- | | ----- | ----------- | --------- |
|ArkCompiler runtime core|Core components of ArkCompiler runtime|arkcompiler_runtime_core| |ArkCompiler runtime core|Core components of ArkCompiler runtime|arkcompiler_runtime_core|
...@@ -41,10 +41,10 @@ ...@@ -41,10 +41,10 @@
|mimalloc Memory allocator|High performance memory allocator implementation|third_party_mimalloc| |mimalloc Memory allocator|High performance memory allocator implementation|third_party_mimalloc|
|elfio|C++ library for reading and generating ELF files|third_party_elfio| |elfio|C++ library for reading and generating ELF files|third_party_elfio|
|miniz|Data compression library that implements most zlib interfaces|third_party_miniz| |miniz|Data compression library that implements most zlib interfaces|third_party_miniz|
|eTS util library|eTS library providing basic utilities|commonlibrary_ets_library| |eTS util library|eTS library providing basic utilities|commonlibrary_ets_utils|
|C utils library|C library providing basic utilities|commonlibrary_c_utils| |C utils library|C library providing basic utilities|commonlibrary_c_utils|
|Utils library for lite OS|Library providing basic utilities for lite OS|commonlibrary_utils_lite| |Utils library for lite OS|Library providing basic utilities for lite OS|commonlibrary_utils_lite|
|Memory utils|Libraries providing common system memory related operations|commonlibrary_memory| |Memory utils|Libraries providing common system memory related operations|utils_memory|
- arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core - arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core
- arkcompiler_ets_runtime: https://gitee.com/openharmony/arkcompiler_ets_runtime - arkcompiler_ets_runtime: https://gitee.com/openharmony/arkcompiler_ets_runtime
......
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
|mimalloc|性能优化的内存分配器|third_party_mimalloc| |mimalloc|性能优化的内存分配器|third_party_mimalloc|
|elfio|Elf文件操作工具库|third_party_elfio| |elfio|Elf文件操作工具库|third_party_elfio|
|miniz|一种无损高效压缩算法库,支持zlib接口|third_party_miniz| |miniz|一种无损高效压缩算法库,支持zlib接口|third_party_miniz|
|eTS工具库|eTS语言函数库;当前主要由 js_sys_module js_util_module js_worker_module js_api_module 四个部分组成|commonlibrary_ets_library| |eTS工具库|eTS语言函数库;当前主要由 js_sys_module js_util_module js_worker_module js_api_module 四个部分组成|commonlibrary_ets_utils|
|C工具库|C工具函数库|commonlibrary_c_utils| |C工具库|C工具函数库|commonlibrary_c_utils|
|轻量级系统工具库|轻量级系统所使用的工具函数库|commonlibrary_utils_lite| |轻量级系统工具库|轻量级系统所使用的工具函数库|commonlibrary_utils_lite|
|内存工具库|内存使用和分析相关工具库|commonlibrary_memory| |内存工具库|内存使用和分析相关工具库|utils_memory|
- 代码仓地址: - 代码仓地址:
- arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core - arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册