The definitive Wolfram Language and notebook experience
The original technical computing environment
All-in-one AI assistance for your Wolfram experience
We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
Courses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
Software DevelopersWe deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
Wolfram SolutionsCourses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
Software DevelopersThe Wolfram Language has advanced compilation capabilities that allow an increasingly wide range of Wolfram Language code to be compiled into native machine code. Advanced type inferencing allows types to be inferred automatically or specified in minimal ways by users. The Wolfram Compiler produces LLVM code and can generate executable code suitable not only for internal use by the Wolfram System, but also for linking into external programs.
Creating Compiled CodeFunctionCompile — create a compiled version of a pure function
CompiledCodeFunction — representation of a function implemented with compiled code
Code AnnotationKernelEvaluate — expression to be executed in evaluated rather than in compiled code
KernelFunction — function to be executed in evaluated rather than in compiled code
IfCompiled — specify different code for evaluated and compiled processing
Annotation — specify arbitrary hints and annotations for code
Type Specification »Typed — define what type an object is to be taken to have
"Boolean" ▪ "UnsignedInteger32" ▪ "UnsignedInteger64" ▪ "Integer32" ▪ "Integer64" ▪ "MachineInteger" ▪ "Real64" ▪ "ComplexReal64" ▪ ...
TypeSpecifier — elements used to construct type specifications
"NumericArray" ▪ "PackedArray"
{type1,type2,…}type — type signature for a function
TypeHint — specify a type inside the body of a function
ForAllType — a type that takes parameters
TypeEvaluate — a type generated by evaluation
LiteralType — a literal value used as a type
SequenceType — a type that represents variable argument functions
TypeOf — the type of an expression
CreateTypeInstance — create an instance of a type in compiled code
Handling Compiled CodeInformation — get information about a compiled code function
Exporting Compiled CodeFunctionCompileExport — create an object file by compiling a pure function
FunctionCompileExportLibrary — create a shared library by compiling a pure function
FunctionCompileExportString — give a string of compiled code for a given pure function
FunctionCompileExportByteArray — give a binary form of compiled code
EmbedCode — create an embeddable version of an external code library
Compiler DeclarationsFunctionDeclaration — an auxiliary function declaration to use in compilation
LibraryFunctionDeclaration — an auxiliary declaration of a library function to use in compilation
TypeDeclaration — an auxiliary type declaration to use in compilation
OperationDeclaration — an auxiliary declaration of an operation attached to a type
CompiledExpressionDeclaration — an auxiliary declaration of a type with expression embedding to use in compilation
DownValuesFunction — use definitions attached to a symbol when compiling code
CompilerInformation — compiler-specific information for function and type declarations
Compilation EnvironmentCreateCompilerEnvironment — create a new environment of compilation definitions
$CompilerEnvironment — the default compiler environment
CompilerEnvironmentAppendTo — add an auxiliary declaration to a compiler environment
CompilerEnvironmentObject — an environment of compilation definitions
Compilation OptionsCompilerEnvironment — an environment of compiler declarations to use in compilation
CompilerOptions — detailed options to be passed into the compilation pipeline
CompilerRuntimeErrorAction — behaviour to be taken when executing a compiled function
ProgressReporting — how to report progress of a compilation
TargetSystem — machine architectures to be targeted by compilation
Compiled ComponentsCompiledComponent — a named group of compiler declarations
DeclareCompiledComponent — add declarations to a compiled component
BuildCompiledComponent — build a shared library for a compiled component
LoadCompiledComponent — load and install a shared library from a built component
CompiledComponentRawInterface — load and install the raw library interface from a built component
Lightweight Numerical CompilerCompile — compile code for basic numerical evaluation
CompiledFunction — function created by Compile
Compiled — option for functions such as FindRoot to specify whether to automatically compile
Related Guides TopRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4