Runtime code reloading in D, part 1

Benjamin Thaut code at benjamin-thaut.de
Sun Jan 6 03:28:52 PST 2013


Am 06.01.2013 12:17, schrieb Jacob Carlborg:
> On 2013-01-06 11:30, Benjamin Thaut wrote:
>
>> Yes I know flectioned. But I did not require that much RTTI information.
>> No I'M not manually triggering the code for generating the RTTI. As
>> mentioned in the article it is done via the RTInfo template inside
>> object_.d / object.di which is automatically instanciated for each type
>> used during compilation.
>
> Ah, so you modified the existing RTInfo? I didn't know that existed.
>

It does not exist. The current RTInfo template just outputs a null 
pointer for every type. It is planned that the RTInfo template will be 
used for a percise GC in the future. (Did you read the article? ^^)

Kind Regards
Benjamin Thaut


More information about the Digitalmars-d-announce mailing list