YAMAMOTO Takashi
|
3b8b265f1f
Pass InstantiationArgs2 down to aot_instantiate/wasm_instantiate (#4594)
|
2 ヶ月 前 |
liang.he
|
c7148a6823
Fix potential integer overflow issues (#4429)
|
6 ヶ月 前 |
Wenyong Huang
|
9ba36e284c
Implement shared heap for AOT (#3815)
|
1 年間 前 |
Wenyong Huang
|
5e20cf383e
Refactor shared heap feature for interpreter mode (#3794)
|
1 年間 前 |
WenLY1
|
92852f3719
Implement a first version of shared heap feature (#3789)
|
1 年間 前 |
Benbuck Nason
|
ca61184ced
Fix some spelling issues (#3385)
|
1 年間 前 |
Wenyong Huang
|
b11dbcba0a
thread mgr: Free aux stack only when it was allocated (#3282)
|
1 年間 前 |
TianlongLiang
|
c3e33a96ea
Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218)
|
1 年間 前 |
Wenyong Huang
|
0ee5ffce85
Refactor APIs and data structures as preliminary work for Memory64 (#3209)
|
1 年間 前 |
Enrico Loparco
|
7692f32a94
Allow overriding max memory on module instantiation (#3198)
|
1 年間 前 |
YAMAMOTO Takashi
|
f56154ed80
thread-mgr: Fix locking problems around aux stack allocation (#3073)
|
2 年 前 |
Wenyong Huang
|
9f64340529
Fix some issues reported by CodeQL (#3064)
|
2 年 前 |
YAMAMOTO Takashi
|
ab97d543e0
wasm_cluster_destroy_spawned_exec_env: Avoid "invalid exec env" trap (#3068)
|
2 年 前 |
YAMAMOTO Takashi
|
8b37048823
Do not inherit WASM_SUSPEND_FLAG_BLOCKING from the parent thread (#3051)
|
2 年 前 |
liang.he
|
5c8b8a17a6
Enhancements on wasm function execution time statistic (#2985)
|
2 年 前 |
Enrico Loparco
|
ff25110840
Return stack frames of crashed thread when using wasm-c-api (#2908)
|
2 年 前 |
Wenyong Huang
|
c39214e8a5
Fix potential recursive lock in pthread_create_wrapper (#2980)
|
2 年 前 |
Wenyong Huang
|
b008ab4fba
Fix possible dead lock in wasm_cluster_spawn_exec_env (#2882)
|
2 年 前 |
YAMAMOTO Takashi
|
24c4d256b3
Grab `cluster->lock` when modifying `exec_env->module_inst` (#2685)
|
2 年 前 |
YAMAMOTO Takashi
|
444b159963
Implement async termination of blocking thread (#2516)
|
2 年 前 |
YAMAMOTO Takashi
|
a6fda9b7ab
Add an API to terminate instance (#2538)
|
2 年 前 |
YAMAMOTO Takashi
|
6c846acc59
Implement module instance context APIs (#2436)
|
2 年 前 |
YAMAMOTO Takashi
|
2e78230e06
set_exception_visitor: Remove the special case for wasi proc exit (#2525)
|
2 年 前 |
YAMAMOTO Takashi
|
382d52fc05
Stop abusing shared memory lock to protect exception (#2509)
|
2 年 前 |
YAMAMOTO Takashi
|
51714c41c0
Introduce WASMModuleInstanceExtraCommon (#2429)
|
2 年 前 |
YAMAMOTO Takashi
|
91592429f4
Fix memory sharing (#2415)
|
2 年 前 |
Marcin Kolny
|
0f4edf9735
Implement suspend flags as atomic variable (#2361)
|
2 年 前 |
Christof Petig
|
5a23ae465c
Fix three multi-threading and wasm-c-api-imports issues (#2173)
|
2 年 前 |
Wenyong Huang
|
c7cdb78394
Fix issues reported by Coverity (#2053)
|
2 年 前 |
Wenyong Huang
|
3977f0b22a
Use pre-created exec_env for instantiation and module_malloc/free (#2047)
|
2 年 前 |