Class InlineSupport

java.lang.Object
com.oracle.truffle.api.dsl.InlineSupport

public final class InlineSupport extends Object
Contains classes to support node object inlining in Truffle. These classes are only needed if manual node inlining is implemented. Typically Truffle DSL's GenerateInline takes care of applying these APIs correctly. For manual usage see InlinedBranchProfile as an example.
Since:
23.0
See Also: