eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
945 stars 396 forks source link

Choose case-consistent version of "CFG" for compiler file names #3950

Open 0xdaryl opened 5 years ago

0xdaryl commented 5 years ago

In various file names in the OMR compiler, the acronyms Cfg and CFG are both used when referring to the control flow graph. For consistency we should pick one and rename the others.

To get the discussion going, most control flow graph data structures use the uppercase acronym, so that's what I'll propose: CFG.

Any dissenting opinions?

Once settled, this issue will magically morph into the issue to track the renaming.

Leonardo2718 commented 5 years ago

I'm ok with CFG.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment on the issue or it will be closed in 60 days.