Code memory safety and efficiency by example

Posted by bob on Aug 14, 2021 4:29 AM EDT
Opensource.com; By Marty Kalin
Mail this story
Print this story

C is a high-level language with close-to-the-metal features that make it seem, at times, more like a portable assembly language than a sibling of Java or Python. Among these features is memory management, which covers an executing program's safe and efficient use of memory. This article goes into the details of memory safety and efficiency through code examples in C and a code segment from the assembly language that a modern C compiler generates.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Developer, Python

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.