Skip to content

Commit

Permalink
Merge branch 'dev/checkpoint_and_restore' into main
Browse files Browse the repository at this point in the history
Signed-off-by: victoryang00 <[email protected]>
  • Loading branch information
victoryang00 committed May 2, 2024
1 parent 6cd3e89 commit 861d6a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
15 changes: 0 additions & 15 deletions core/iwasm/compilation/aot_emit_function.c
Original file line number Diff line number Diff line change
Expand Up @@ -1420,21 +1420,6 @@ aot_compile_op_call(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
/* Get param cell number */
param_cell_num = func_type->param_cell_num;

// #if (WASM_ENABLE_DUMP_CALL_STACK != 0) || (WASM_ENABLE_PERF_PROFILING !=
// 0)
// if (comp_ctx->enable_aux_stack_frame) {
// LLVMValueRef func_idx_const;

// if (!(func_idx_const = I32_CONST(func_idx))) {
// aot_set_last_error("llvm build const failed.");
// return false;
// }
// if (!call_aot_alloc_frame_func(comp_ctx, func_ctx,
// func_idx_const))
// return false;
// }
// #endif

/* Allocate memory for parameters.
* Parameters layout:
* - exec env
Expand Down
43 changes: 0 additions & 43 deletions core/iwasm/libraries/ckpt-restore/get_func_name.py

This file was deleted.

1 change: 0 additions & 1 deletion test-tools/addr2line/addr2line.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def main():
if splitted is None:
print(f"{line}")
continue
index = index[2:]

_, offset, index = splitted
if args.no_addr:
Expand Down

0 comments on commit 861d6a3

Please sign in to comment.