My dad come home today and posed the question 'my computer at work had two stack failures today, can you do anything about this'. Now my problem is, until today I hadn't even heard of a stack, much less a stack failure. So I Googled the problem and the only thing I got was a definition of 'stack' which is as follows:
stack
A common data structure in computing. Data items are "popped" and "pushed" (stored and retrieved) from the top of the stack. Stacks normally have a maximum size. It is an error to push items onto a full stack, or pop items off an empty stack.
In TrueType *hinting, all *instructions pop their arguments from the stack, although this aspect of the language is hidden in many TrueType hinting editors - and in *TypeMan Talk. For efficiency, hint assemblers and compilers typically push all the arguments for a glyph's instructions onto the stack at the beginning. The stack's maximum size is stored in the *'maxp' table of a TrueType font.
Now I'm not even sure this is the correct definition for the problem I am looking at. So could you help me by telling me what a stack failure is, or point me in the direction of a website that would? Perhaps if I know what a failure is, then I can see if the problem is solveable. (Frankly, I don't know if it is a problem that *is* solveable)
Thanks,
stack
A common data structure in computing. Data items are "popped" and "pushed" (stored and retrieved) from the top of the stack. Stacks normally have a maximum size. It is an error to push items onto a full stack, or pop items off an empty stack.
In TrueType *hinting, all *instructions pop their arguments from the stack, although this aspect of the language is hidden in many TrueType hinting editors - and in *TypeMan Talk. For efficiency, hint assemblers and compilers typically push all the arguments for a glyph's instructions onto the stack at the beginning. The stack's maximum size is stored in the *'maxp' table of a TrueType font.
Now I'm not even sure this is the correct definition for the problem I am looking at. So could you help me by telling me what a stack failure is, or point me in the direction of a website that would? Perhaps if I know what a failure is, then I can see if the problem is solveable. (Frankly, I don't know if it is a problem that *is* solveable)
Thanks,
Comment