Skip to content

Conversation

@wenyongh
Copy link
Collaborator

No description provided.

#if WASM_ENABLE_FAST_JIT == 0
wasm_interp_call_func_bytecode(module_inst, exec_env, function, frame);
#else
jit_call_func_jited(exec_env, frame, function,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does call_func_from_entry need a similar mechanism before calling any function?

@lum1n0us
Copy link
Contributor

lum1n0us commented Mar 1, 2022

FYI: BaseCompiler is a high-level interface, which provides register allocations and support for defining and invoking functions. ... In addition, it enables to use such virtual registering function invocations.

@lum1n0us
Copy link
Contributor

lum1n0us commented Mar 3, 2022

all jited should be jitted.

@wenyongh wenyongh changed the title [WIP] Import Fast JIT framework Import Fast JIT framework Mar 9, 2022
Merge bytecodealliance:dev/fast_jit into wenyongh:dev/fast_jit
@wenyongh wenyongh merged commit 24aae4f into bytecodealliance:dev/fast_jit Mar 9, 2022
wenyongh added a commit to wenyongh/wasm-micro-runtime that referenced this pull request Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants