Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.34 KB

58649833-5513-a739-8e4d-3bd9f9405998.md

File metadata and controls

54 lines (39 loc) · 1.34 KB

BlastBytecodeOptimizer.Execute Method

execute the bytecode optimizer

Namespace: NSS.Blast.Compiler.Stage
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public int Execute(
	IBlastCompilationData data
)

VB

Public Function Execute ( 
	data As IBlastCompilationData
) As Integer

C++

public:
virtual int Execute(
	IBlastCompilationData^ data
) sealed

F#

abstract Execute : 
        data : IBlastCompilationData -> int 
override Execute : 
        data : IBlastCompilationData -> int 

Parameters

 

data
Type: NSS.Blast.Compiler.IBlastCompilationData
compilationdata with code set

Return Value

Type: Int32
nonzero exitcode on failure

Implements

IBlastCompilerStage.Execute(IBlastCompilationData)

See Also

Reference

BlastBytecodeOptimizer Class
NSS.Blast.Compiler.Stage Namespace