Nikolay Nikolov
|
6be3a42a2f
* WebAssembly: optimized SysOSAlloc to use memory area left at the end of the
|
1 year ago |
Nikolay Nikolov
|
7681c192db
* WebAssembly threads: protect SysOSAlloc against race conditions via a critical section
|
1 year ago |
Nikolay Nikolov
|
c95dfe24e7
+ WASI: use an initial heap area, that exists between the end of the stack area,
|
1 year ago |
Nikolay Nikolov
|
7d1999eedb
* WASI: preserve the initial value of the stack pointer on startup, so that we
|
1 year ago |
Michaël Van Canneyt
|
8c8f8088eb
* Seems not all was committed
|
2 years ago |
nickysn
|
8e2e31f95c
* memory.grow returns the previous memory size in pages, so we don't need to ask for the size first in SysOSAlloc
|
4 years ago |
nickysn
|
a6d332d092
- removed the heap alloc/free function debug output
|
4 years ago |
nickysn
|
54299874d3
+ implemented memory.grow and memory.size intrinsics and implemented SysOSAlloc
|
4 years ago |
nickysn
|
fe7fd69d5e
+ initialize heap in the system unit startup (but SysOSAlloc is not yet implemented)
|
4 years ago |
nickysn
|
2f233adda2
+ dummy WASI heap functions
|
4 years ago |