Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

swizzle

You are here: irt.org | FOLDOC | swizzle

To convert external names, array indices, or references within a data structure into address pointers when the data structure is brought into main memory from external storage (also called "pointer swizzling"); this may be done for speed in chasing references or to simplify code (e.g. by turning lots of name lookups into pointer dereferences). The converse operation is sometimes termed "unswizzling".

See also snap.

[Jargon File]

Nearby terms: switching « switching hub « switch statement « swizzle » SWL » SWT » swung dash

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb