Files
binutils-gdb/sim/lm32
Mike Frysinger 906192d785 sim: cgen: inline cgen_init logic
This function has done only one thing: post-process command line
settings to see if profiling or tracing has been enabled, and if
so, set the run_fast_p flag in the simulator state.  That flag is
only used in one place: to select the fast or slow cgen engine.
By inlining the run_fast_p logic to the one place it's used, we
can delete a good amount of logic specific to cgen ports: both
the call to cgen_init and the conditional simulator state.  This
in turn allows us to have a single simulator state struct across
all ports so we can share objects more between them, and makes
the sim_open calls look more consistent.
2021-06-09 18:21:28 -04:00
..
2021-04-21 20:40:51 -04:00
2021-06-09 18:21:28 -04:00
2021-04-23 21:58:21 -04:00
2021-05-16 22:38:41 -04:00
2021-05-04 13:19:33 -06:00
2021-06-09 18:21:28 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00