Dan Sugalski wrote:

Still, for 'real' OO, it's all reference object stuff, so things should Just Work. The pending questions about

... strings still is pending ;-)
Remember string_set ins substr and 50% live performance increase.

Do we want do reuse string headers like PMCs (and change semantics slightly) or do we not.

And: Subject "GC quick note"

One thing that might help the GC situation some.

Since we've got mutable strings (yep, it's OK) perhaps we should
thump the string functions a bit to not allocate new strings quite so
often. That'll leave us fewer headers to worry about.
--
Dan

leo


Reply via email to