public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING?
@ 2012-08-08  7:33 Yao Qi
  2012-08-08 13:16 ` Joel Brobecker
  0 siblings, 1 reply; 2+ messages in thread
From: Yao Qi @ 2012-08-08  7:33 UTC (permalink / raw)
  To: gdb

Hello,

I happen to find these three operators (OP_LABELED TERNOP_SLICE_COUNT and 
OP_BITSTRING) are no longer used in GDB.  These three operators were 
introduced for chill language, but when chill language was removed from GDB by 
Andrew in this patch,

  [commit] Zap obsolete code segments
  http://sourceware.org/ml/gdb-patches/2003-01/msg00006.html

these operators were not removed.  I think one consideration is that these 
operators may be used by other languages in the future.  However, after about 
10 years, there is still no language using these operators, so it may be the 
time to remove them now.  Before I start to remove them from source code, I'd 
like to hear what do you think on this?

-- 
Yao (齐尧)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING?
  2012-08-08  7:33 Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING? Yao Qi
@ 2012-08-08 13:16 ` Joel Brobecker
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2012-08-08 13:16 UTC (permalink / raw)
  To: Yao Qi; +Cc: gdb

> I happen to find these three operators (OP_LABELED TERNOP_SLICE_COUNT and 
> OP_BITSTRING) are no longer used in GDB.  These three operators were 
> introduced for chill language, but when chill language was removed

I think we should remove them. No point in keeping them around if
we do not think we will be using them in the near future.

-- 
Joel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-08 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-08  7:33 Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING? Yao Qi
2012-08-08 13:16 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).