ares/Cargo.toml
Edward Amsden bd27200ef3
NockStack: explicitly catch OOM (#283)
* Dropping sword guard

alloc_would_oom, guarding alloc now

stack push_east/push_west

Fixed cue_pill benchmark

frame_push, preserve, purging unused Result warnings

Test cleanup, tests for stack push and frame push

slot_pointer and alloc in previous frame, not working correctly yet

Slot pointer and slots available checks

test_prev_alloc seems to be fixed now

Updating TODO: comments

Fix stash push in PC

interpreter: convert AllocationError to NonDeterministic(Mote::Meme, _)

delete serf and PMA

Use with_frame() instead of frame_push()/frame_pop() everywhere except interpret()

Fix AllocPreviousFrame case of OOM check and add FlipTopFrame case

Co-authored-by: Edward Amsden <edward@blackriversoft.com>

* sundry fixes to alloc_would_oom_ and nounlist roundtrips

* proper direction in prev_alloc oom check

* delete guard.rs

---------

Co-authored-by: Chris Allen <cma@bitemyapp.com>
2024-11-21 16:53:05 -06:00

22 lines
322 B
TOML

[workspace]
members = [
"rust/assert_no_alloc",
"rust/ibig",
"rust/sword",
"rust/sword_crypto",
"rust/sword_macros",
"rust/murmur3",
"rust/murmur3/murmur3-sys",
]
resolver = "2"
[profile.bench]
lto = true
codegen-units = 1
[profile.dev]
opt-level = 3
[profile.dev.package."*"]
opt-level = 3