GC /G-C/
[from LISP terminology; `Garbage Collect']
1. vt. To clean up and throw away useless things. "I think I'll
GC the top of my desk today." When said of files, this is
equivalent to GFR. 2. vt. To recycle, reclaim, or put to
another use. 3. n. An instantiation of the garbage collector
process.
`Garbage collection' is computer-science techspeak for a
particular class of strategies for dynamically but transparently
reallocating computer memory (i.e., without requiring explicit
allocation and deallocation by higher-level software). One such
strategy involves periodically scanning all the data in memory and
determining what is no longer accessible; useless data items are
then discarded so that the memory they occupy can be recycled and
used for another purpose. Implementations of the LISP language
usually use garbage collection.
In jargon, the full phrase is sometimes heard but the abbrev
GC is more frequently used because it is shorter. Note that there
is an ambiguity in usage that has to be resolved by context: "I'm
going to garbage-collect my desk" usually means to clean out the
drawers, but it could also mean to throw away or recycle the desk
itself.
[from LISP terminology; `Garbage Collect']
1. vt. To clean up and throw away useless things. "I think I'll
GC the top of my desk today." When said of files, this is
equivalent to GFR. 2. vt. To recycle, reclaim, or put to
another use. 3. n. An instantiation of the garbage collector
process.
`Garbage collection' is computer-science techspeak for a
particular class of strategies for dynamically but transparently
reallocating computer memory (i.e., without requiring explicit
allocation and deallocation by higher-level software). One such
strategy involves periodically scanning all the data in memory and
determining what is no longer accessible; useless data items are
then discarded so that the memory they occupy can be recycled and
used for another purpose. Implementations of the LISP language
usually use garbage collection.
In jargon, the full phrase is sometimes heard but the abbrev
GC is more frequently used because it is shorter. Note that there
is an ambiguity in usage that has to be resolved by context: "I'm
going to garbage-collect my desk" usually means to clean out the
drawers, but it could also mean to throw away or recycle the desk
itself.
Related:
- GC: /G-C/ [from LISP terminology; `Garbage Collect']
1.
vt. To clean up and throw away useless things. "I... - aliasing bug: n. A class of subtle programming errors that can
arise in code that does dynamic allocation,
esp. via `malloc(3)' or equivalent. If several... - aliasing bug n.
A class of subtle programming errors that
can arise in code that does dynamic allocation,
esp. via malloc(3) or equivalent. If several pointers... - garbage collect vi.
(also `garbage collection',
n.) See GC... - mumble interj.
1. Said when the correct response is too
complicated to enunciate,
or the speaker has not thought it out. Often prefaces... - garbage collect: vi. (also `garbage collection', n.) See {GC}.
The AI Hackers... - ALL USERS PLEASE NOTE ========================
The garbage collector now works.
In addition a new, experimental garbage collection... - GFR: /G-F-R/ vt. [ITS: from `Grim File Reaper', an ITS and LISP
Machine utility] To remove a file or files according to some
program-automated or semi-automatic manual procedure,
especially one designed to reclaim mass storage... - GFR /G-F-R/ vt.
[ITS: from `Grim File Reaper', an ITS and
LISP Machine utility] To remove a file or files according to some
program-automated or semi-automatic manual procedure,
especially one designed to reclaim mass storage...
From the same category:
- Godwin's Law prov.
[Usenet] "As a Usenet discussion grows
longer,
the probability of a comparison involving Nazis or... - card walloper n.
An EDP programmer who grinds out batch
programs that do stupid things like print people's paychecks.
Compare code grinder. See also punched card, eighty... - FUBAR n.
The Failed UniBus Address Register in a VAX.
A good example of how jargon can occasionally be... - accumulator n. obs.
1. Archaic term for a register.
On-line use of it as a synonym for `register' is... - nailing jelly vi.
See like nailing jelly to a tree...
