JITContext.dump

Dump a C-like representation describing what's been set up on the context to file.

class JITContext
void
dump
(
string path
,)

Parameters

path string

Location of file to write to.

update_locations bool

If true, then also write JITLocation information.

Meta