Changes between Initial Version and Version 4 of Ticket #1072
- Timestamp:
- 11/01/09 03:05:54 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1072 – description
initial v4 1 The instantiate_str is only implemente nted by float.pmc, integer.pmc, fixedintegerarray.pmc and string.pmc.1 The instantiate_str is only implemented by float.pmc, integer.pmc, fixedintegerarray.pmc and string.pmc. 2 2 3 3 It is only used by imcc/pbc.c make_pmc_const and 4 4 src/dynext.c make_string_pmc. 5 5 6 So I think it would be good ide eto move this functionality to pbc.c and dynext.c by a small change and then completely remove this instantiate_str vtable function.6 So I think it would be good idea to move this functionality to pbc.c and dynext.c by a small change and then completely remove this instantiate_str vtable function.
