gingerBill
|
5fe0788cff
Minimize code duplication in `core:mem` by using the `base:runtime` calls
|
1 rok temu |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 rok temu |
Colin Davidson
|
b6838731f5
oops, indentation
|
1 rok temu |
Colin Davidson
|
991c1d4446
add resize_non_zeroed to query features
|
1 rok temu |
Colin Davidson
|
58e4a011c7
add non-zeroing append and resize
|
1 rok temu |
gingerBill
|
4a75a1e839
Merge branch 'master' into separate-int-word-sizes
|
2 lat temu |
gingerBill
|
600c97cc0f
Add missing `Allocator_Error` and `@(require_results)` to many procedures
|
2 lat temu |
gingerBill
|
f5d9ca64f9
Begin work on new pseudo-architecture: wasm64p32
|
2 lat temu |
gingerBill
|
ad0f11668b
Correct `map_reserve_dynamic` caused by an bizarre code generation bug
|
2 lat temu |
gingerBill
|
f2f2d532f5
Add extra calls to `Tracking_Allocator`
|
2 lat temu |
gingerBill
|
dae299b781
Make `map_free_dynamic` take the total size of the allocation
|
2 lat temu |
gingerBill
|
c96e0afbf1
Begin work on implementing the new `map` internals
|
2 lat temu |
gingerBill
|
5cf473b31c
Fix typo
|
2 lat temu |
gingerBill
|
7f601c9535
Add `Allocator_Mode.Alloc_Non_Zerored`
|
2 lat temu |
gingerBill
|
c97a8418dc
Clean-up and unification for the allocation procedures
|
3 lat temu |
gingerBill
|
4aca9372a6
Improve `resize` call
|
3 lat temu |
gingerBill
|
10f1d8c604
Fix typo
|
3 lat temu |
gingerBill
|
3049e07f72
Add `mem.DEFAULT_PAGE_SIZE`
|
3 lat temu |
Jeroen van Rijn
|
eb9665f836
fix mem.new_clone
|
3 lat temu |
Jeroen van Rijn
|
bf15e63130
Revert "Merge pull request #1177 from Kelimion/new_clone"
|
3 lat temu |
Jeroen van Rijn
|
64ce55944a
fix mem.new_clone
|
3 lat temu |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 lat temu |
gingerBill
|
4ccf135892
Unify `new`/`make` the internal logic between runtime and mem
|
4 lat temu |
gingerBill
|
7bbc9a4634
Add `#any_int` directive to replace `auto_cast` uses on parameters.
|
4 lat temu |
gingerBill
|
4d00c2b800
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime procedures
|
4 lat temu |
Jeroen van Rijn
|
4f51d74fc2
Fix typo in core:mem alloc() comment.
|
4 lat temu |
gingerBill
|
c3b3194a00
Update builtin procedures to support the new allocator features (without breaking other code)
|
4 lat temu |
gingerBill
|
f98c4d6837
Improve the `Allocator` interface to support returning `Allocator_Error` to allow for safer calls
|
4 lat temu |
gingerBill
|
aa93305015
Replace usage of `inline proc` with `#force_inline proc` in the core library
|
4 lat temu |
gingerBill
|
415379e1cf
Fix `delete_map`
|
4 lat temu |