AST to AST JIT Backend
    Ola Fosheim Grøstad 
    ola.fosheim.grostad at gmail.com
       
    Thu Sep  3 19:19:47 UTC 2020
    
    
  
On Thursday, 3 September 2020 at 16:29:50 UTC, Atila Neves wrote:
> tests. My goal is to experiment and find out what is the 
> fastest way to get results from tests, which is tricky since 
> it's a balancing act between interpreting/compiling/executing. 
> I'm fed up of paying the linker tax.
Maybe it is possible to come up with some kind of plugin-like 
load/unload approach.
So that the testing framework is executed once and then does hot 
reload/fork (whatever the OS provides an efficient solution for).
    
    
More information about the Digitalmars-d
mailing list