Is dynamic memory a meme?

Is dynamic memory a meme?

Other urls found in this thread:

lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf
twitter.com/NSFWRedditImage

in a dinosaur language like C, maybe

Friend you're gonna need data outside of your function stack or the program image globals and statics. Does your program not grow at runtime ever?

Mission-critical software developed by NASA's Jet Propulsion Lab (e.g. satellite firmware, interplanetary rovers, etc.) is not allowed to use malloc/free.
lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf

if has to be directly managed by the developer like in Cs, yes

Retards use it all the time when often automatic memory is enough.

If your program needs fast access to ALOT of array elements, no

else if your program is running on a device with memory constraints, no

else, yes.

Why don't NASA use RUst?

help I can't stop jacking off, I know Jesus said not to but I have Autism. I jack off 35 or 40 times per hour. Please help me

Right because you're totally writing that sort of software.

did you ever in your life consider that there are tools for different tasks?

yeah

>2017
>not fuzzing satellites
do you even technology

Just use an interpreted language and stop trying to be a hero.

Nigger.

Wanna be

Static allocating is fucking wonderful until you find you actually needed N+1 things, then You're Gonna Have a Bad Time(tm).

>RAII

There, DM done.

>He doesn't have VLAs

It also has all available resources just for itself, which is not the case with regular software.

Le "C is old language" meme!

: D
: D
: D
: D
: D

>why doesn't NASA use language that's not mature and keeps constantly changing

It literally is an old language.

>latest standard is from 2011
>IT'S SO OLD OOOOOHH

old doesn't mean dead dummy

How does that even matter. It was created long ago therefore it's old.

That's because you cannot give a good upper bound for malloc. If you need to write hard real-time software then you better be fucking sure how long your software takes at most.

Standard updates have a point if they actually change something relevant. In C that hasn't been the case for a long time.

At which point do you consider a language "old" ?

Is French an old language ? But Sumerian is one hell of a lot older, and makes French pass for a toddler.

Is C an old language ? It's almost 30 years younger than Plankalkül.

>latest standard is from 2011
>2011
>6 years ago
Even the newest standard is old as fuck.

WTF a whole book about fucking pointers, ffs!
You don't even have segmentation anymore

protected mode has been mainstream since before I fucking started with C and C++, like 1995 or something before it even with Dos4gw