Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
dev::eth::jit::Compiler::Options Struct Reference

#include <Compiler.h>

Public Attributes

bool rewriteSwitchToBranches = true
 Rewrite switch instructions to sequences of branches. More...
 
bool dumpCFG = false
 Dump CFG as a .dot file for graphviz. More...
 

Detailed Description

Definition at line 17 of file Compiler.h.

Member Data Documentation

bool dev::eth::jit::Compiler::Options::dumpCFG = false

Dump CFG as a .dot file for graphviz.

Definition at line 23 of file Compiler.h.

bool dev::eth::jit::Compiler::Options::rewriteSwitchToBranches = true

Rewrite switch instructions to sequences of branches.

Definition at line 20 of file Compiler.h.


The documentation for this struct was generated from the following file: