diff --git a/sig/sig_compileruntime/figures/compileruntime_overview_compiler_cn.png b/sig/sig_compileruntime/figures/compileruntime_overview_compiler_cn.png index 7c781e44b2024dc0204283081debd64adc94057e..624486404ffadc82851e2f114eeb21db4b4f4f19 100644 Binary files a/sig/sig_compileruntime/figures/compileruntime_overview_compiler_cn.png and b/sig/sig_compileruntime/figures/compileruntime_overview_compiler_cn.png differ diff --git a/sig/sig_compileruntime/figures/compileruntime_overview_compiler_en.png b/sig/sig_compileruntime/figures/compileruntime_overview_compiler_en.png index 1d5ba4827d91d4d682d7420819f6e27fe143805e..2465d5a11acace54970c97851495e9b42b6dd4d0 100644 Binary files a/sig/sig_compileruntime/figures/compileruntime_overview_compiler_en.png and b/sig/sig_compileruntime/figures/compileruntime_overview_compiler_en.png differ diff --git a/sig/sig_compileruntime/figures/compileruntime_overview_runtime_cn.png b/sig/sig_compileruntime/figures/compileruntime_overview_runtime_cn.png index a9b3b64dbe34b293acbd24f15003427fdb5dd093..bed1075f9f19ecaa0eadf9c4c426d40eff6462ba 100644 Binary files a/sig/sig_compileruntime/figures/compileruntime_overview_runtime_cn.png and b/sig/sig_compileruntime/figures/compileruntime_overview_runtime_cn.png differ diff --git a/sig/sig_compileruntime/figures/compileruntime_overview_runtime_en.png b/sig/sig_compileruntime/figures/compileruntime_overview_runtime_en.png index 66368651901b0b27927012b3c25deb848a9ef76e..8bf0f0d7bc150b1a0c788a9af0c0c14a5cac809c 100644 Binary files a/sig/sig_compileruntime/figures/compileruntime_overview_runtime_en.png and b/sig/sig_compileruntime/figures/compileruntime_overview_runtime_en.png differ diff --git a/sig/sig_compileruntime/sig_compile_runtime.md b/sig/sig_compileruntime/sig_compile_runtime.md index 55fdfb90f5c1b4a25d269d1ebfb7e97611581e02..fe17c053b3b726621730d1c0e8182351b69faaa2 100644 --- a/sig/sig_compileruntime/sig_compile_runtime.md +++ b/sig/sig_compileruntime/sig_compile_runtime.md @@ -33,7 +33,6 @@ |ArkCompiler toolchain|Debugging and profiling tools for ArkCompiler|arkcompiler_toolchain| |ARM assembler / code generator|ARM instruction assembler and code generator library|third_party_vixl| |jerryscript|Lightweight JS engine with extremely low memory footprint|third_party_jerryscript| -|quickjs|Small JS engine with full compatibility of ES2020|third_party_quickjs| |LLVM|LLVM compiler and toolchain|third_party_llvm-project| |LLDB Machine Interface|LLDB machine interface|third_party_lldb-mi| |MinGW-w64|A complete runtime environment for GCC and LLVM for 32 and 64 bit Windows|third_party_mingw-w64| diff --git a/sig/sig_compileruntime/sig_compile_runtime_cn.md b/sig/sig_compileruntime/sig_compile_runtime_cn.md index e4131f3c3f06b11a0383c7c32236551ee360fb17..968788e78e03373b58b8ad7d57b18c523761f13e 100644 --- a/sig/sig_compileruntime/sig_compile_runtime_cn.md +++ b/sig/sig_compileruntime/sig_compile_runtime_cn.md @@ -32,7 +32,6 @@ |方舟工具链|方舟运行时调试调优工具链|arkcompiler_toolchain| |ARM汇编器|ARM汇编器,提供生成ARM汇编的C接口|third_party_vixl| |jerryscript|百K级别超轻量级JS引擎,低内存消耗|third_party_jerryscript| -|quickjs|QuickJS是一个小型并且可嵌入的Javascript引擎,支持ES2020|third_party_quickjs| |LLVM|C/C++编译器,包含libcxx,lldb,crt等很多组件|third_party_llvm-project| |LLDB MI|Lldb的machine interface,方便IDE使用lldb功能|third_party_lldb-mi| |MinGW-w64|GCC,LLVM等编译器的windows 32/64平台运行环境|third_party_mingw-w64|