Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
Dumping

Detailed Description

Functions

REDUCT_API void reduct_dump_function (reduct_t *reduct, reduct_handle_t function, FILE *out)
 Dump a compiled function to a file stream.
 
REDUCT_API void reduct_dump_rvsdg (struct reduct *reduct, reduct_handle_t graph, FILE *out)
 Dump an IR graph to a file stream.
 

Function Documentation

◆ reduct_dump_function()

REDUCT_API void reduct_dump_function ( reduct_t reduct,
reduct_handle_t  function,
FILE *  out 
)

Dump a compiled function to a file stream.

Parameters
reductPointer to the Reduct structure.
functionHandle to the compiled function.
outThe output file stream to write the disassembly to.

◆ reduct_dump_rvsdg()

REDUCT_API void reduct_dump_rvsdg ( struct reduct *  reduct,
reduct_handle_t  graph,
FILE *  out 
)

Dump an IR graph to a file stream.

Parameters
reductPointer to the Reduct structure.
graphPointer to the IR graph.
outThe output file stream.