|
|
Subscribe / Log in / New account

realloc

realloc

Posted Jul 13, 2021 23:12 UTC (Tue) by foom (subscriber, #14868)
In reply to: realloc by tialaramex
Parent article: Rust for Linux redux

FWIW, the handling of infinite loops in LLVM IR was codified late last year with the addition of the "mustprogress" function and loop attribute in LLVM IR, whereby languages which want to require forward progress must explicitly opt into the requirement. ("forward progress" being defined by the C and C++ standards, e.g. https://eel.is/c++draft/intro.progress for C++).


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds