Search results

Jump to: navigation, search
  • * Git (for fetching the source code, if not using a tarball) ...code>apt-get install llvm-dev libclang-common-<matching LLVM version>-dev</code> (the LLVM compiler-rt libraries aka <tt>libclang-common-*-dev</tt> are opt
    10 KB (1,573 words) - 22:08, 6 April 2022
  • The following code adds two multibyte numbers and a carry and returns the final carry. * The code clobers some registers and the current program status register.
    7 KB (997 words) - 20:40, 22 April 2016
  • ...clear about at all is how asm blocks mixed with normal D code (for example code between two asm blocks) interacts. ..., <tt>mingw32</tt>, <tt>darwin</tt>, <tt>solaris</tt>. Please migrate your code to the official identifiers; the old ones might go away soon.
    21 KB (3,125 words) - 13:03, 31 July 2021
  • '''This code manually defines __FUNCTION__ which break as of D 2.063 and uses a few now The program code is given in the next section. [http://dpaste.dzfl.pl/cdacef45 &#9654; Try i
    4 KB (458 words) - 11:55, 16 July 2020
  • ...test technologies in building reliable, maintainable, portable, high-level code. D has moved well ahead of any other language in its abilities to support a ...paign=Feed:+GoogleOpenSourceBlog+(Google+Open+Source+Blog Google Summer of Code Project involving the Open Bioinformatics Foundation] that is the fastest B
    17 KB (2,456 words) - 10:25, 25 March 2023
  • * Becomes nothrow, which enables code that uses it to become nothrow. Nothrow code does not need to produce exception unwinding wrappers, which can improve th == Breaking Existing Code ==
    1 KB (209 words) - 20:53, 26 May 2015
  • <code> </code>
    4 KB (583 words) - 20:00, 8 September 2015
  • Don't write code that way. Cons: Many useful idioms are precluded, high barrier to learn how to write code that
    5 KB (849 words) - 19:51, 1 September 2015
  • ...he main() function is entered. This allows you to write unittests for your code within the source file itself, thus making it more conducive for encouragin ...switch over to another unittesting system, and possibly write the testing code in a different language.
    8 KB (1,145 words) - 06:24, 15 February 2018
  • ...e that cannot be directly named outside of the scope it's declared in, but code outside the scope can still use this type by taking advantage of D's static ...the underlying implementation without requiring all users to update their code. Otherwise, every time the implementation changes you will have to update e
    3 KB (479 words) - 23:45, 10 September 2016
  • Often, during development, you may wish to comment out certain blocks of code for testing or debugging purposes. ...(before C99), this is accomplished by inserting a block comment around the code to be disabled:
    4 KB (541 words) - 09:44, 31 May 2017
  • The program code is given in the next section. ==Program Code==
    2 KB (203 words) - 03:26, 18 February 2018
  • ! scope="col" class="unsortable" | Code || [https://github.com/dlang/phobos/pull/2845 Code/Pull Request]
    10 KB (1,322 words) - 12:30, 9 September 2016
  • ...he D specification, behaves in an unexpected way, or generates problematic code. ...where the binaries generated by LDC run any slower than the DMD-generated code, or the performance is significantly worse than GDC. In such cases, LDC lik
    3 KB (539 words) - 22:29, 13 May 2015
  • ...th two different »drivers«, i.e. executables a user invokes to compile D code: * Use <code>ldc2 -h</code> for the list of basic options.
    4 KB (599 words) - 10:27, 7 August 2023
  • * Make sure the code base passes the test suite (ctest -j<n>) in the follwing configurations:
    4 KB (631 words) - 16:09, 9 November 2016
  • ...S_A'' and ''S_B'' can be accessed. [http://dpaste.dzfl.pl/485db6d6 Run the code] ==Program Code==
    5 KB (474 words) - 22:32, 20 January 2013
  • ...instantiating templates, producing error messages, etc. The same front-end code is used by [[DMD]], [[GDC]] and [[LDC]]. The back-end is what emits machine code. It contains code generation, optimization, object file writing, etc. The back-end is specifi
    39 KB (5,317 words) - 17:54, 7 April 2024
  • !'''Const code bloat''' ...design of the const system, writing const-correct code results in massive code duplication: each function returning a part of its argument should be imple
    5 KB (818 words) - 04:25, 17 January 2013
  • ...il/tree/master/src/dil/parser src/dil/parser] and the abstract syntax tree code in [https://github.com/azizk/dil/tree/master/src/dil/ast src/dil/ast].
    2 KB (252 words) - 13:06, 16 July 2020

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