make --xip and .wamr_mmap configurable from build menu
This commit is contained in:
@ -36,10 +36,13 @@ extern "C" EXPORT("wasm_module") int wasm_module(void) {
|
||||
YC = 0;
|
||||
ZC = 0;
|
||||
|
||||
// "early" starts trace here
|
||||
|
||||
sum<0>();
|
||||
sum<1>();
|
||||
sum<2>();
|
||||
|
||||
// "late" starts trace here
|
||||
fail_start_trace();
|
||||
|
||||
naive_vote();
|
||||
|
||||
Reference in New Issue
Block a user