+ 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.
Does this sound about right?
- Sam Ruby