Runtime code reloading in D, part 1

Benjamin Thaut code at benjamin-thaut.de
Sun Jan 6 04:55:43 PST 2013


Am 06.01.2013 13:23, schrieb Jacob Carlborg:
> On 2013-01-06 13:19, Benjamin Thaut wrote:
>
>> Here is the full implementation if you are interested:
>> https://github.com/Ingrater/druntime/blob/master/src/rtti.d
>
> Thanks. Is that possible to do without having to modify the runtime?
>

No. The template has to be known inside of object_.d/object.di so it is 
not possible without modifing the runtime. Also you usually want to have 
RTTI info for druntime/phobos too.


More information about the Digitalmars-d-announce mailing list