DescriptionSubzero: Remove the IceV_RegManager enum value.
This hasn't been used in a very long time, and there's no intention of using it again.
Originally there was the idea of a "fast" block-local register allocator for an O1-like configuration, which would allocate registers for infinite-weight temporaries during target lowering, using a "local register manager". This verbose option was for tracing execution of this register manager. However, by now it seems unlikely that this would do a better/faster job than the current Om1 register allocation approach, which reuses the linear-scan code quite effectively and does very well at separation of concerns. So adios IceV_RegManager!
BUG= none
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=769be681993b128a4898af2fba56f2135f921ecf
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|