OneWingedShark
Highest Rated Comments
OneWingedShark2 karma
I have several questions:
- What portions of the OS were written in PL/X?
- What portions were in C/C++?
- WRT the C/C++ portions, were there any difficulties that would have been better handled by something like Ada? (Or did PL/X adequately cover those areas?)
- /u/ahk99: what's the most challenging problem you tackled in optimizing COBOL?
OneWingedShark3 karma
I assume that's what the control-flow graph is supposed to detect, yes?
What about PERFORM makes it screw up the CFG?
Is packed-decimal the same as Binary Coded Decimal (BCD)? -- I seem to recall reading that they were, but I'm not entirely sure.
Is this because optimizing w/ control-graphs of "not-nice structure" prevents applying a lot of optimizations? Or is it just the complexity and size of the structures? Or both?
View HistoryShare Link