Compiler.Enable Method

Definition

Enables the JIT compiler.

[Android.Runtime.Register("enable", "()V", "")]
public static void Enable ();
[<Android.Runtime.Register("enable", "()V", "")>]
static member Enable : unit -> unit
Attributes

Remarks

Enables the JIT compiler. Does nothing on Android.

Java documentation for java.lang.Compiler.enable().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to