文件最后提交记录最后更新时间
[ metadata ] Implement metadata deserialization Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9912 Change-Id: I6fd1b806c0ce92f6b32112ade1e46b576ba662b8 Signed-off-by: Victor Petukhov <petukhov.victor@huawei-partners.com> Co-Authored-By: Victor Petukhov <petukhov.victor@huawei-partners.com>1 个月前
Change warning to cte for export Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9632 Co-Authored-By: Agent Signed-off-by: daizihan <daizihan@huawei.com>2 个月前
no CTE for invalid initializer Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9789 Signed-off-by: wudongchao <wudongchao1@huawei.com> Co-Authored-By: Agent1 个月前
fix crash for etsDestructuring Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9715 Co-Authored-By: Agent Signed-off-by: zhaoshuting <zhaoshuting2@huawei.com>2 个月前
reimplemented bytecodes for suspend/dispatch Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11144 Signed-off-by: Panferov Ivan <panferov.ivan@huawei-partners.com> Co-Authored-By: NA1 个月前
fix crash for etsDestructuring Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9715 Co-Authored-By: Agent Signed-off-by: zhaoshuting <zhaoshuting2@huawei.com>2 个月前
[ metadata ] Implement metadata deserialization Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9912 Change-Id: I6fd1b806c0ce92f6b32112ade1e46b576ba662b8 Signed-off-by: Victor Petukhov <petukhov.victor@huawei-partners.com> Co-Authored-By: Victor Petukhov <petukhov.victor@huawei-partners.com>1 个月前
Refactor 'ImportPathManager' & 'ExternalSources' Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8938 Description: ImportPathManager: 1. Make 'ImportPathManager' responsible for 'Program' creation. 2. Specialize 'Program's by 'util::ModuleKind', 'Program' is an abstract base. 3. Refactor 'Program::externalSources_'; 4. Gather all the global-caches under 'ImportPathManager' (ast-cache, source-cache, decl-cache). 5. Reduce 'resolvedSource', 'declPath', 'ohmUrl', 'declText' and etc. interference: * Define 'ohmUrl' as fs-independent 'resolvedSource' * 'moduleName' is formed in the following way: 1. Form 'resolvedSource' (absolute-path). 2. Form 'ohmUrl' based on matching 'resolvedSource' with fields of arktsconfig. 3. If wasn't matched, 'ohmUrl' is just a filename (w/o extension). 4. Form 'moduleName' by repalcing '/' with '.' in 'ohmUrl'. 6. Simplify '.etscache' path resolving by 'cacheDir'/'ohmUrl'.etscache. Phases: 1. Skip "before-emit-decl" phases for 'Program's constructed from decl-caches. 2. Replace 'PhaseForBodies' and 'PhaseForDeclarations' with 'PhaseFor<ModuleKind...>' Programs. 3. Introduce 'PhaseForProgramsToBeEmitted'. Signed-off-by: Daniel Kofanov <kofanov.daniil@huawei-partners.com> Co-authored-by: nikozer <ozerov.nikita@huawei-partners.com> Co-authored-by: Zelentsov Dmitriy <zelentsov.dmitry@huawei-partners.com> Co-authored-by: Klimentieva <klimentieva.maria@h-partners.com> Co-authored-by: lirismankarina <lirisman.karina@huawei-partners.com> Co-authored-by: Amosov Alexey <amosov.alexey1@huawei-partners.com> Co-authored-by: Dmitry Pimenov <pimenov.dmitry@huawei-partners.com> Change-Id: Icef66995940b4dcd69653108cdc6e2268b52102e4 个月前