JITContext.newChildContext

Create a new child context of the given JITContext, inheriting a copy of all option settings from the parent. The returned JITContext can reference objects created within the parent, but not vice-versa. The lifetime of the child context must be bounded by that of the parent. You should release a child context before releasing the parent context.

class JITContext
newChildContext
()

Meta