This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Jason Merrill wrote:- > BTW, why do we use stubs for langhook defaults? I would think leaving the > hook entry NULL would be more efficient for languages that are happy with > the default, as a comparison to zero is much cheaper than an indirect > jump... Mark requested it be done like this. I think he liked the parallel with virtual functions. Neil.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |