Search results

Jump to: navigation, search
  • ...hat can be used by the "A" functions. This technique is used in the Phobos runtime library, and is exerpted here:
    2 KB (281 words) - 08:29, 13 November 2014
  • ...assert fails, it throws an AssertError exception, which gets caught by the runtime library, a message is printed, and it exits.
    2 KB (304 words) - 10:15, 14 November 2014
  • ...ppropriate helper functions found in core.sys.windows.dll. These setup the runtime, create thread objects for interaction with the garbage collector and initi * The DLL does not share its runtime or memory with other DLLs.
    8 KB (1,256 words) - 19:59, 27 December 2023
  • ...is the protocol implemented by array processing functions in the D Phobos runtime library. ...dlang.org/phobos/core_thread.html#.thread_detachThis detaching it from the runtime], marking the thread function <code>@nogc</code>, and ensuring the real-tim
    21 KB (3,112 words) - 03:45, 16 May 2019
  • ...It would provide functions that are equivalent to what can be found in C's runtime library. Particularly: <string.h> C's runtime library is powerful, but *very* unsafe, and hard to use in a generic fashio
    2 KB (294 words) - 01:11, 25 October 2014
  • == Modifications needed in D Runtime ==
    8 KB (1,009 words) - 21:46, 24 December 2016
  • ...ntime\src\-folder will cause trouble otherwise because it then would parse runtime source codes twice and then will confuse equally named packages and modules
    11 KB (1,661 words) - 11:21, 28 August 2023
  • ...ose are the only implementations. It doesn't have the performance cost of runtime evaluation, and unless the build system is compromised there's no security
    2 KB (302 words) - 10:19, 14 November 2014
  • ...3424 - Initialization of delegate to do-nothing default causes segfault at runtime
    7 KB (853 words) - 19:18, 1 September 2015
  • rt_init(); // Call D Runtime rt_term(); // End D Runtime
    7 KB (1,230 words) - 23:53, 9 May 2021
  • * Using the @property feature the student will be able to implement the runtime support for slices and associative arrays. The operations to implement are ...ly, the student will implement masquerading of D syntax into calls for the runtime.
    16 KB (2,611 words) - 23:08, 26 December 2016
  • ...bedded systems. Work will need to be done to modularize the compilers and runtime to enable such use in tightly constrained systems.
    7 KB (1,006 words) - 05:37, 18 May 2018
  • ...bedded systems. Work will need to be done to modularize the compilers and runtime to enable such use in tightly constrained systems.
    5 KB (719 words) - 10:14, 17 May 2018
  • Then I remembered D's "Fiber" class, which was inherited from Tango's runtime during the D1->D2 transition. This was the missing piece of the puzzle to a ...GLSL or HSL), to C++ code and, thanks to LLVM, directly to machine code at runtime. It was then integrated into the company's core library to form the basis f
    16 KB (2,917 words) - 02:14, 12 December 2018
  • ...OFF binary format. As soon as LLVM can generate code fo AIX, the necessary runtime support needs to be added to druntime and phobos. (I already have some syst
    5 KB (760 words) - 18:41, 16 July 2017
  • ...utable parts outside of the structures, which has considerable complexity, runtime and memory overhead, and can even be unsafe in combination with implicit sh
    7 KB (974 words) - 06:54, 29 June 2016
  • ** Better support for C-style libraries with light or no runtime
    5 KB (666 words) - 20:32, 2 June 2018
  • A large portion of D's features depend on the D runtime. This means that DRuntime needs to be initialized before these features are Typically, when the operating system starts an executable, the C runtime is first initialized before control is transferred to the executable's C <c
    5 KB (902 words) - 01:59, 3 December 2019
  • * Using the @property feature the student will be able to implement the runtime support for slices and associative arrays. The operations to implement are ...ly, the student will implement masquerading of D syntax into calls for the runtime.
    18 KB (2,845 words) - 18:07, 5 December 2017
  • ...ler to guide the developer to fix the error. This is in stark constrast to runtime polymorphism, where: ...c polymorphism as easy to adhere to as the more well-known and established runtime variety. This is particularly important for D due to the emphasis on the fo
    6 KB (745 words) - 05:07, 4 March 2018

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