Menu

#4 speed up flora startup by preprocessing some flh files

1.0
open
nobody
None
2013-12-16
2013-12-16
No

genincludes/flropposes_data.flh is dynloaded from flropposes.fli and is preprocessed each time FLORA starts up.
debugger/dynamic_data.dat is loaded and preprocessed using flora_read_debugger_data in flrdebugger.P on each FLORA startup.

On windows, starting a gpp subprocess seems to be expensive. So, perhaps, we should preprocess flropposes.fli for main once and for all.

In case of debugger/dynamic_data.dat we should consider loading this only when _trace is requested, not at the end of flrdebugger.P

We should

Discussion


Log in to post a comment.