arkcompiler_ets_runtime/ecmascript/compiler/baseline
zhangyinlu efdee45a09 [CIR]短路求值整改
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAMPAW
Description:1:短路求值整改,修改BoolAnd/BoolOr为LogicAnd/LogicOr;2:为降低性能影响,部分确定无问题的场景,依然使用BoolAnd类接口,并修改其名称为BitAnd

Signed-off-by: zhangyinlu <zhangyinlu@huawei.com>
Change-Id: Ia7dc6f73322dc7588213c6a4c1a14f87104bf378
2024-09-06 10:36:38 +08:00
..
baseline_assembler.cpp Support codesign under baselinejit 2024-08-22 19:28:37 +08:00
baseline_assembler.h Optimize ArkJS VM build time 2024-07-30 16:26:35 +08:00
baseline_call_signature.cpp Optimize default ctor for derivative class 2024-08-25 18:07:36 +08:00
baseline_call_signature.h Optimize default ctor for derivative class 2024-08-25 18:07:36 +08:00
baseline_compiler_builtins.h Optimize default ctor for derivative class 2024-08-25 18:07:36 +08:00
baseline_compiler.cpp !8913 修复linux内核版本jit签名必现问题 2024-08-30 13:21:07 +00:00
baseline_compiler.h [BaselineJIT] pass native pointer to BaselineCompiler::Compile & add some exception macro 2024-06-18 15:03:59 +08:00
baseline_stub_builder.cpp [Baseline JIT] new features and bugfix(MR276-MR303) 2024-06-06 16:28:41 +08:00
baseline_stub_builder.h Optimize ArkJS VM build time 2024-07-30 16:26:35 +08:00
baseline_stub_csigns.h Optimize ArkJS VM build time 2024-07-30 16:26:35 +08:00
baseline_stubs-inl.h Add compiledcode and fastcall flag in JSFunction 2024-07-09 12:16:49 +08:00
baseline_stubs.cpp [CIR]短路求值整改 2024-09-06 10:36:38 +08:00
baseline_stubs.h Optimize ArkJS VM build time 2024-07-30 16:26:35 +08:00