Toggle navigation
Collections
Fun
Jokes
Fortune
Photo
Nicknames
Blog
ﻮﺑﻻگ
Iran
Ore N. [prob. From Techspeak `main Store'] In Some Varieties Of Commonwealth Hackish, The Preferred Synonym For Core.
Home
›
Fortune Cookies
›
Jargon File
store n.
[prob. from techspeak `main store'] In some
varieties of Commonwealth hackish, the preferred synonym for
core. Thus, `bringing a program into store' means not that
one is returning shrink-wrapped software but that a program is
being swapped in.
Related:
ore: [prob. from techspeak `main store'] n. In some varieties of Commonwealth hackish, the preferred synonym for {core}.
Thus, `bringing a program into store' means not that one is returning shrink-wrapped software but that a program is being {swap}ped in....
core: n. Main storage or RAM. Dates from the days of ferrite-core memory
ow archaic as techspeak most places outside IBM, but also still used in the UNIX community and by old-time hackers or those who would sound like them....
core n. Main storage or RAM. Dates from the days of ferrite-core memory
ow archaic as techspeak most places outside IBM, but also still used in the Unix community and by old-time hackers or those who would sound like them....
memory leak n. An error in a program's dynamic-store allocation logic that causes it to fail to reclaim discarded memory, leading to eventual collapse due to memory exhaustion.
Also (esp. at CMU) called core leak. These problems were severe on older machines with small, fixed-size address spaces, and special "leak detection" tools were commonly written to root them out....
bum 1. vt. To make highly efficient, either in time or space, often at the expense of clarity.
I managed to bum three more instructions out of that code....
bum: 1. vt. To make highly efficient, either in time or space, often at the expense of clarity.
I managed to bum three more instructions out of that code....
boot v.,n. [techspeak; from `by one's bootstraps'] To load and initialize the operating system on a machine.
This usage is no longer jargon (having passed into techspeak) but has given rise to some derivatives that are still jargon....
memory leak: n. An error in a program's dynamic-store allocation logic that causes it to fail to reclaim discarded memory, leading to eventual collapse due to memory exhaustion.
Also (esp. at CMU) called {core leak}. These problems were severe on older machines with small, fixed-size address spaces, and special "leak detection" tools were commonly written to root them out....
wap vt. 1. [techspeak] To move information from a fast-access memory to a slow-access memory (`swap out'), or vice versa (`swap in').
Often refers specifically to the use of disks as `virtual memory'....