Changes between Version 2 and Version 3 of ResolveExperimentals
- Timestamp:
- 07/13/10 20:53:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResolveExperimentals
v2 v3 3 3 Can we mark any of them supported? 4 4 5 {{{ 6 =item GzipHandle [experimental] 7 8 L<https://trac.parrot.org/parrot/ticket/1580> 9 10 =item PackfileDebug [experimental] 11 12 L<https://trac.parrot.org/parrot/ticket/1599> 13 14 =item Method stdhandle in ParrotInterpreter [experimental] 15 16 L<https://trac.parrot.org/parrot/ticket/264> 17 18 =item Overriding vtable invoke in PIR objects [experimental] 5 * GzipHandle PMC #1580 6 * PackfileDebug PMC #1599 7 * Method stdhandle in ParrotInterpreter PMC #264 8 * Overriding vtable invoke in PIR objects (no ticket?) 19 9 20 10 The VTABLE invoke in object.pmc puts SELF at the start of the 21 11 signature call arguments when there is no current object and is 22 12 not already here. This allows the usage of $P0() instead of $P0($P0). 23 =item Method unescape on String [experimental] 13 14 * Method unescape on String #1628 24 15 25 16 This is a helper method for testing of Parrot_str_unescape_string. 26 17 27 L<https://trac.parrot.org/parrot/ticket/1628>28 18 29 =item GC_SYS_NAME option to interpinfo_s_i [experimental] 19 * GC_SYS_NAME option to interpinfo_s_i #1581 30 20 31 21 Ability to get the string name of the current GC core from the interpinfo_s_i. 32 22 See r43900 and r43904 for details. 33 23 34 L<https://trac.parrot.org/parrot/ticket/1581> 35 36 =item NCI_FB_CB and NCI_FB_UD in iglobals [experimental] 24 * NCI_FB_CB and NCI_FB_UD in iglobals (no ticket?) 37 25 38 26 Hooks allowing a runtime-loadable dynamic frame builder. 39 27 28 {{{ 40 29 =item loadlib_p_s_p [experimental] 41 30