Skip to content

Commit 0d74ae0

Browse files
committed
Merge branch 'dev/checkpoint_and_restore' into main
1 parent b373058 commit 0d74ae0

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

core/iwasm/compilation/aot_emit_function.c

-15
Original file line numberDiff line numberDiff line change
@@ -1420,21 +1420,6 @@ aot_compile_op_call(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
14201420
/* Get param cell number */
14211421
param_cell_num = func_type->param_cell_num;
14221422

1423-
// #if (WASM_ENABLE_DUMP_CALL_STACK != 0) || (WASM_ENABLE_PERF_PROFILING !=
1424-
// 0)
1425-
// if (comp_ctx->enable_aux_stack_frame) {
1426-
// LLVMValueRef func_idx_const;
1427-
1428-
// if (!(func_idx_const = I32_CONST(func_idx))) {
1429-
// aot_set_last_error("llvm build const failed.");
1430-
// return false;
1431-
// }
1432-
// if (!call_aot_alloc_frame_func(comp_ctx, func_ctx,
1433-
// func_idx_const))
1434-
// return false;
1435-
// }
1436-
// #endif
1437-
14381423
/* Allocate memory for parameters.
14391424
* Parameters layout:
14401425
* - exec env

core/iwasm/libraries/ckpt-restore/get_func_name.py

-43
This file was deleted.

test-tools/addr2line/addr2line.py

-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ def main():
346346
if splitted is None:
347347
print(f"{line}")
348348
continue
349-
index = index[2:]
350349

351350
_, offset, index = splitted
352351
if args.no_addr:

0 commit comments

Comments
 (0)