|
|
|
|
|
|
but indicate failure with an out-of-band return value of 1. Compare hidden flag, green bytes, fence. 2. Also sometimes used to describe what communications people call 'shift characters', such as the ESC that leads control sequences for many terminals, or the level shift indicators in the old 5-bit Baudot codes. 3. In personal communication, using methods other than email, such as telephones or snail-mail. |
|
|
|
|
|
|
|
|
overflow bit n. 1. [techspeak] A flag on some processors indicating an attempt to calculate a result too large for a register to hold. 2. More generally, an indication of any kind of capacity overload condition. "Well, the Ada description was baroque all right, but I could hack it OK until they got to the exception handling that set my overflow bit." 3. The hypothetical bit that will be set if a hacker doesn't get to make a trip to the Room of Porcelain Fixtures: "I'd better process an internal interrupt before the overflow bit gets set". |
|
|
|
|
|
|
|
|
overflow pdl n. [MIT] The place where you put things when your pdl is full. If you don't have one and too many things get pushed, you forget something. The overflow pdl for a person's memory might be a memo pad. This usage inspired the following doggerel: |
|
|
|
 |
|
 |
|
|
Hey, diddle, diddle
The overflow pdl
To get a little more stack;
If that's not enough
Then you lose it all,
And have to pop all the way back. |
|
|
|
 |
|
 |
|
|
The Great Quux |
|
|
|
|
|
|
|
|
The term pdl seems to be primarily an MITism; outside MIT this term is replaced by 'overflow stack'. |
|
|
|
|
|
|
|
|
overrun n. 1. [techspeak] Term for a frequent consequence of data arriving faster than it can be consumed, esp. in serial line communications. For example, at 9600 baud there is almost exactly one character per millisecond, so if a silo can hold only two characters and the machine takes longer than 2 msec to get to service the interrupt, at least one character will be lost. 2. Also applied to non-serial-I/O communications. "I forgot to pay my electric bill due to mail overrun." "Sorry, I got four phone calls in 3 minutes last night and lost your message to overrun." When thrashing at tasks, the next person to make a request might be told "Overrun!" Compare firehose |
|
|
|
|
|