Ticket #659 (new feature)
CONST_STRING in a dynop
Reported by: | jonathan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | 1.1.0 |
Severity: | low | Keywords: | |
Cc: | jkeenan | Language: | |
Patch status: | Platform: | all |
Description
Hi,
CONST_STRING works nicely in dynpmcs, but today I tried to use it in a dynop and it doesn't seem to be available there (just says its an undefined symbol and fails to link). While my op isn't an especially performance critical one (I'm writing an op 'cus I need to get at guts more than for performance), so using string_from_literal isn't so bad, it would be nice to have been able to use CONST_STRING in there (and others may have an op that will run lots and not creating more short-lived GC-able objects is always a good thing).
Thanks,
Jonathan
Change History
Note: See
TracTickets for help on using
tickets.