memory-safety

Tag

Cards List
#memory-safety

Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE

Hacker News Top · 2026-05-08 Cached

Blaise is a modern, self-hosting Object Pascal compiler designed to eliminate legacy baggage by offering a single language mode, unified memory model, and native code generation via QBE.

0 favorites 0 likes
#memory-safety

Borrow-checking without type-checking

Lobsters Hottest · 2026-04-23 Cached

A blog post presents a toy language that enforces borrow-checking at runtime without static typing, using cheap reference-counting on the stack to enable interior pointers and single ownership in a dynamically-typed setting.

0 favorites 0 likes
#memory-safety

The Edge of Safe Rust

Lobsters Hottest · 2026-04-22 Cached

A TokioConf 2026 talk/blog post explores pushing safe Rust to its limits by implementing tracing garbage collection for complex pointer structures, sharing techniques for circular references and raw-pointer GC design.

0 favorites 0 likes
#memory-safety

MemEvoBench: Benchmarking Memory MisEvolution in LLM Agents

arXiv cs.CL · 2026-04-20 Cached

MemEvoBench introduces the first benchmark for evaluating memory safety in LLM agents, measuring behavioral degradation from adversarial memory injection, noisy outputs, and biased feedback across QA and workflow tasks. The work reveals that memory evolution significantly contributes to safety failures and that static defenses are insufficient.

0 favorites 0 likes
#memory-safety

Garbage Collection Without Unsafe Code

Hacker News Top · 2026-04-19 Cached

safe-gc is a new Rust crate that provides a garbage collector implemented entirely without unsafe code, using heap-indexing instead of direct pointer dereferencing to maintain memory safety.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback