Slot: compile

Code-generation hint (opt-in, backend-independent): request that the generated dynamics be compiled to machine code rather than interpreted, where the target backend supports it. Purely a performance hint with no effect on results; a backend that is inherently compiled (or cannot compile) honours it as a no-op. Off by default. Independent of, and composable with, cse.

URI: tvbo:slot/compile

Applicable Classes

Name Description Modifies Slot
Dynamics no

Properties

Type and Range

Property Value
Range xsd:boolean
Domain Of Dynamics

Cardinality and Requirements

Property Value

Slot Characteristics

Property Value
If Absent False
Owner Dynamics

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:compile
native tvbo:compile

LinkML Source

name: compile
description: 'Code-generation hint (opt-in, backend-independent): request that the
  generated dynamics be compiled to machine code rather than interpreted, where the
  target backend supports it. Purely a performance hint with no effect on results;
  a backend that is inherently compiled (or cannot compile) honours it as a no-op.
  Off by default. Independent of, and composable with, ``cse``.'
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: 'False'
owner: Dynamics
domain_of:
- Dynamics
range: boolean