Brian Ingerson's Inline module for embedding foreign code in a Perl program. The most popular use of Inline is Inline::C, which provides a cleaner and simpler way to interface with C programs, compared to h2xs or SWIG.
INLINE is an immediate compiler directive used to inform the compiler that the user wishes this word to always be compiled inline; i.e. the entire body of the definition (minus any trailing RTS) will be copied to HERE when later compiled. This avoids the overhead of a subroutine call and is thus faster. INLINE may only precede the ; marking the end of a colon definition, and will cause the compiler to verify that the word may safely be compiled in this manner. If so, the word will be marked INLINE by setting bit 31 in the size-field. Once marked, the word will unconditionally be compiled inline when referenced in later colon definitions. If not, a warning message is issued, informing the operator that the word cannot be compiled inline, and the word will be set to CALLED. Standards: JForth unique. : EXAMPLE ( -- ) ROT OVER + INLINE ; : FOO 23 34 45 EXAMPLE * . ; ( EXAMPLE will be expanded inline in FOO, not called. ) Related Words: ; BOTH
Phase of the PLC after shipping (STM) where bugs are fixed for interim release. Maintenance of the product involves cleaning up bugs that are found after STM. Inlines are created to address these problems.
Guns are all in a straight line, not the throws of the marks. There can be variations of the inline concept including throwing direction, shift in placement of gun stations, retriever guns, terrain considerations, flyer placement, throwing order as well as factors such as wind and weather. The debate is whether or not this is a test of a dogâ€(tm)s marking ability or their ability to take a line. While seen in tests and/or trials, some feel it is a training concept and should not be used in competition.
INLINE+ adds the top of the data stack to the value on return stack. INLINE+ is one of a set of 4 words used to improve the readability and transportability of programs that use inline data.
( -- inline-data-address ) INLINE takes the return stack absolute address, converts it to a relative address, then moves it to the data stack. Related Words: INLINE+ [email protected] INLINE ( INLINE is not related )
Usually of finishing, but any operation taking place as an adjunct to the main printing - such as folding, numbering, glueing - and not involving a separate operation.
Graphics and pictures that are automatically downloaded and displayed when viewing an HTML file are said to be "inline" images. (In contrast, external images are linked to the HTML file, but are only loaded and displayed when their anchor is activated.)
An agenda entry may be stored inline or out of line. Inline means that the entry's rich text object is stored in the same stream as the entry. See also: out of line