search for: targetdyntablehandler

Displaying 2 results from an estimated 2 matches for "targetdyntablehandler".

2013 Oct 08
2
[LLVMdev] [lld] Add target-specific entries to the dynamic table
...s rather solid and allows only combined allocation/initialization using DynamicTable::addEntry() method. So my question - what is the correct/best way to improve DynamicTable interface and allow to add target-specific entries to the dynamic table? My current idea is to declare abstract base class TargetDynTableHandler and factor out the dynamic table's entries allocation/initialization to the successors of that class. Is it a good way? Maybe it's over complicated. Regards, Simon
2013 Oct 08
0
[LLVMdev] [lld] Add target-specific entries to the dynamic table
...d allocation/initialization using DynamicTable::addEntry() > method. > > So my question - what is the correct/best way to improve DynamicTable > interface and allow to add target-specific entries to the dynamic > table? > > My current idea is to declare abstract base class > TargetDynTableHandler and factor out the dynamic table's entries > allocation/initialization to the successors of that class. Is it a > good way? Maybe it's over complicated. > > Regards, > Simon > _______________________________________________ > LLVM Developers mailing list > LLVMdev at...