Sam Ruby <[EMAIL PROTECTED]> wrote:
> Leopold Toetsch wrote:
>>
>>>+            clone->whoami = string_make(interp,
>>>                 "$classname", @{[length($classname)]}, "iso-8859-1",
>>>                 PObj_constant_FLAG|PObj_external_FLAG);
>>
>> Is there a specific reason that dynamically loaded libs don't use
>> CONST_STRING()?

> At the moment, each interpreter has exactly one const_cstring_table, and
> there is no string_register function.  Additionally, c2str.pl would need
> to maintain a separate all_cstring.str file per library.

Ah of course. I tend to forget that CONST_STRING doesn't really construct
a constant STRING object in the constant segment as it did with the
first approach.

> - Sam Ruby

leo

Reply via email to