Search results

Jump to: navigation, search
  • ...he other hand only build for very few systems. If you want to use a custom runtime or you are porting druntime and phobos and will built these later on, it mi
    7 KB (952 words) - 20:06, 1 September 2015
  • Dynamic typing is when a variable has a runtime type tag instead of a specific compile time type. D itself is statically ty ...ite that twice as the <tt>q{}</tt> already has it, anyway it is parsed, at runtime right now due to a limitation in ctfe, and returns it. No real magic there
    5 KB (895 words) - 17:02, 10 May 2017
  • For the purposes of this case study, we will forego runtime configurability in the output of our calendar program, and simply fix some These can be recast as runtime parameters, should we ever wish to increase the configurability of our cale
    44 KB (6,579 words) - 20:08, 19 May 2015
  • void function() _imp_func = &func; // filled at runtime with the DLL address of func
    13 KB (2,008 words) - 12:39, 31 January 2017
  • Sometimes compiler changes will require the new runtime library to work correctly, however.
    7 KB (1,127 words) - 12:32, 21 February 2016
  • ...ibgphobos2. Therefore, this option prevents linking both Phobos and the D runtime. | '''-fno-assert'''||Don't generate runtime code for the <code>assert</code> keyword.
    10 KB (1,432 words) - 16:07, 9 June 2022
  • * Demonstrate that a full port of the D runtime and D standard library are not mandatory ...ier to entry, for developers to begin testing the toolchain, porting the D runtime and libraries to the ARM Cortex-M platform, and programming their ARM Corte
    5 KB (627 words) - 15:06, 18 December 2017
  • ...postblit, <code>TypeInfo.postblit</code> will throw <code>Error</code> in runtime.
    13 KB (1,878 words) - 01:08, 19 December 2013
  • ...benchmarks/blob/baeadaac61807f0049ad35b9282b0c27eeb6d104/README.md Treap] (Runtime, Memory, Binary size; Naive & Optimized)
    815 bytes (98 words) - 16:45, 16 July 2020
  • But in contrast to classes, such context can be composed dynamically (at runtime).
    14 KB (2,212 words) - 14:27, 15 June 2016
  • ...nd should be gradually removed from the D frontend, and either made into a runtime hook (ie: <code>target.h</code>, <code>port.h</code>, etc), or GDC (or DMD)
    3 KB (463 words) - 03:02, 18 February 2018
  • | The D runtime library and license. | GCC builtins and runtime support (part of D runtime)
    9 KB (1,363 words) - 22:15, 28 October 2018
  • ...ting of special modules (ie: '''gcc.builtins''', '''core.vararg''') in the runtime library, anything related to builtin intrinsics of GDC.
    11 KB (1,733 words) - 20:04, 1 September 2015
  • Things realted to D runtime implementation outside of GC domain:
    2 KB (242 words) - 19:45, 11 February 2014
  • *** Evaluate which runtime can be provided. (E.g. is the GC usable? Are the arrayOp functions usable?) *** Based on your evaluation, port an existing runtime or create a minimalistic one.
    18 KB (2,945 words) - 20:23, 1 September 2015
  • import core.runtime; Runtime.initialize();
    3 KB (480 words) - 13:33, 28 May 2024
  • ...built as this toolchain is intended for building all software in D. The D Runtime and Phobos (the D standard library) also will not be built as those librari <code>--disable-libphobos</code> disables the D Runtime and Phobos (the D standard library) as these have not yet been ported to th
    7 KB (838 words) - 19:04, 8 September 2015
  • Sometimes generating better code requires runtime profile information. But being a static compiler, not a JIT,
    2 KB (283 words) - 00:07, 5 February 2015
  • ...ide static initializers that must be evaluated at compile time rather than runtime. To do it at compile time, a template can be used:
    11 KB (1,696 words) - 10:44, 27 March 2024
  • ...it may be desirable to instantiate them on some other heap, such as the C runtime library's heap. The normal way to do this is to overload the new and delete // This is part of the D internal runtime library support
    1 KB (230 words) - 10:15, 14 November 2014

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)