Whiley / RFCs

Request for Comment (RFC) proposals for substantial changes to the Whiley language.
3 stars 2 forks source link

Safe Memory Allocation #114

Open DavePearce opened 2 years ago

DavePearce commented 2 years ago

At the moment, any code (be it in a function, method or other) can fail with an out-of-memory exception. Its not clear how best to resolve this:

See this RFC in Rust, as one possible example.