August 31, 2017 General » Re: Compiler scalability. Question inspired by OOM errors seen by Crystal language | |||
|---|---|---|---|
| |||
...actually instantiating anything (no copying of AST nodes, etc.). A common example is a templated... | |||
August 31, 2017 Learn » Parse tree node allocator | |||
|---|---|---|---|
| |||
...allocator is best suited for allocating tree nodes (all of equal size around 40-60... | |||
August 21, 2017 Issues » [Issue 17770] New: Null pointer access in CTFE code | |||
|---|---|---|---|
| |||
...versions produce similar errors.
---
struct S { T*[] nodes; }
struct T { string name; }
S foo(string... | |||
August 16, 2017 Learn » Re: struct field initialization | |||
|---|---|---|---|
| |||
...T(args);
// ?
}
}
struct Container(T)
{
Node!T[] nodes;
void add(Args...)(auto ref Args args... | |||
August 13, 2017 General » mixin()-ed code not treated the same as surrounding code | |||
|---|---|---|---|
| |||
...return
"class " ~ name ~ " : TorchObject {"
~ "public: "
~ typename ~ "** nodes;"
~ "int n_nodes;"
~ "@disable this();"
~ "final void add... | |||
August 09, 2017 General » Re: newCTFE Status August 2017 | |||
|---|---|---|---|
| |||
...from the newCTFE-representation to dmd ast nodes. (This is because the conversion is currently... | |||
July 21, 2017 General » Re: Solving the spurious forward/cyclic reference errors in DMD | |||
|---|---|---|---|
| |||
...my frontend is to analyze all AST nodes concurrently, blocking them as soon as they... | |||
July 21, 2017 Internals » CTFE error in druntime when separating the semantic routines in the compiler | |||
|---|---|---|---|
| |||
...from the AST nodes and I started with the Initializer AST nodes. The separating went... | |||
July 04, 2017 Learn » Re: Bulk allocation and partial deallocation for tree data structures. | |||
|---|---|---|---|
| |||
...is freed, I can allocate all 6 nodes in a single allocation, but in reverse... | |||
July 02, 2017 General » Re: Why do "const inout" and "const inout shared" exist? | |||
|---|---|---|---|
| |||
...represented as integers instead of nested AST nodes.) const(const(T)) = const(T) const(immutable... | |||
Copyright © 1999-2021 by the D Language Foundation