Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Stack Considered Harmful

Name: Anonymous 2016-09-14 22:54

Stack is less efficient than static allocation and requires allocating huge chunk of memory at the beginning, slowing down program startup. Stack could be easily overflowed, while you cant overflow heap or static data in bss segment.

Name: NLU 2016-09-14 23:24

Name: Anonymous 2016-09-14 23:35

>>1
you cant overflow heap
1. heap allocation also slows down program execution time (and might even fail after trying)
2. you can access heap mem out of bounds which is similar to an overflow

Name: Anonymous 2016-09-14 23:41

Your PUMBLENUTS? I admit my roal, lest I am given the goatfinger.

Name: Anonymous 2016-09-15 17:40

>>4
Bring him back ;_;

Name: Anonymous 2016-09-16 1:48

just write in forth where you don't have an OS and the entire RAM is your stack

Name: Anonymous 2016-09-19 1:17

stack is better than using cabal for applications

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List