Activation record
activation record
compiler
(or “data frame”, “stack frame”) a data structure containing the variables belonging to one particular scope (e.g. a procedure body), as well as links to other activation records.
activation records are usually created (on the stack) on entry to a block and destroyed on exit. if a procedure or function may be returned as a result, stored in a variable and used in an outer scope then its activation record must be stored in a heap so that its variables still exist when it is used. variables in the current scope are accessed via the frame pointer which points to the current activation record. variables in an outer scope are accessed by following chains of links between activation records. there are two kinds of link – the static link and the dynamic link.
(1995-03-07)
Read Also:
- Active anaphylaxis
active anaphylaxis active anaphylaxis ac·tive anaphylaxis (āk’tĭv) n. the anaphylactic response produced in an individual following inoculation with an antigen to which the person is sensitized.
- Active barrier
noun a movable object that prevents p-ssage of certain ent-ties but allows p-ssage of predefined ent-ties, esp. a security barricade examples a sliding gate is an active barrier; a retaining wall is a p-ssive barrier.
- Active centre
noun (biochem) the region in an enzyme molecule in which the reactive groups that partic-p-te in its action are juxtaposed also called active site historical examples wallingford, six miles above streatley, is a very ancient town, and has been an active centre for the making of english history. three men in a boat jerome k. […]
- Active chronic hepatitis
active chronic hepat-tis active chronic hepat-tis n. hepat-tis with chronic portal inflammation that extends into the liver parenchyma. also called posthepat-tic cirrhosis.
- Active dbms
active dbms database a conventional or p-ssive dbms combined with a means of event detection and condition monitoring. event handling is often rule-based, as with an expert system. (1994-11-08)