Laeeth Isharc

Results 127 comments of Laeeth Isharc

Given sufficient information about symbols this would allow identifying which parts of code consumed build time. Dtrace and SystemTap have same API. Example from use in JVM: https://docs.oracle.com/en/java/javase/11/vm/dtrace-probes-hotspot-vm.html#GUID-9F5AB9C5-AD86-4BE3-B52B-AEE6FE0AF025

and msgpack, asdf, litebuffers, protobuf, thrift?. nogc using allocators?

One thing that Iain would know well but only partially is GDC specific is to describe the process of porting D to a new platform. The games company at dconf...

See also https://github.com/kaleidicassociates/cpp-reflect-d - a wrapper around cppyy fork of cling from CERN. This allows compilation and reflection of C++ code at D runtime. The open-sourced version is the initial...

Jupyterd has been replaced by Jupyter-Wire

Main thing left is to add rich media responses and Jupyter widgets

DMD has an interpreter built in, and there is Stefan's CTFE branch. I wonder if we could turn the latter into a full D interpreter!

But last I checked the LDC jit was quite limited. Useful for particular optimizations (we were looking at it to address unboxing slowdowns) but I couldn't immediately see usefulness as...

@dkgroot good idea though maybe a D interpreter would make more sense ?

Note cling is not statically compiled IIRC. So you should say a language most commonly used when statically compiled.