Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1212: tango-gc.patch

File tango-gc.patch, 349 bytes (added by ChristianK, 3 years ago)
  • lib/gc/basic/gcbits.d

    old new  
    3939{ 
    4040    // use the unoptimized version 
    4141} 
     42else version(LDC) 
     43{ 
     44    // ditto 
     45} 
    4246else version (D_InlineAsm_X86) 
    4347{ 
    4448    version = Asm86;