Skip to content

Instantly share code, notes, and snippets.

@jpf91
Created April 11, 2013 13:20
Show Gist options
  • Save jpf91/5363309 to your computer and use it in GitHub Desktop.
Save jpf91/5363309 to your computer and use it in GitHub Desktop.
vgc[ALITERAL]: ([cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u]) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/complex.d(140) vgc[APPEND]: (buf ~= s) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(340) vgc[NEW]: (new UUIDParsingException(to(uuid), 0LU, cast(Reason)1, "Insufficient Input", null, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 340LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(345) vgc[NEW]: (new UUIDParsingException(to(uuid), 35LU, cast(Reason)2, "Input is too long, need exactly 36 characters", null, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 345LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(387) vgc[NEW]: (new UUIDParsingException(to(uuid), 0LU, cast(Reason)1, "Insufficient Input", null, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 387LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(358) vgc[NEW]: (new UUIDParsingException(to(uuid), pos, cast(Reason)3, "Expected '-'", null, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 358LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(376) vgc[NEW]: (new UUIDParsingException(to(uuid), pos, cast(Reason)3, "Couldn't parse ubyte", cast(Throwable)e, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 376LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d(1006) vgc[NEW]: (new UTFException(msg, i, "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d", 1006LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(2062) vgc[NEW]: (new ConvOverflowException("Overflow in integral conversion", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 2062LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1824) vgc[NEW]: (new ConvOverflowException("Overflow in integral conversion", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1824LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1824) vgc[NEW]: (new ConvOverflowException("Overflow in integral conversion", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1824LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(49) vgc[NEW]: (new ConvException(text("Unexpected ", convError_unexpected(source), " when converting from type string to type uint"), fn, ln)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2095) vgc[NEW]: (new Data) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2106) vgc[ARRAY_LENGTH]: (arr.length = cap) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2120) vgc[NEW]: (new Data) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2127) vgc[ARRAY_LENGTH]: ((*this._data).arr.length = newCapacity) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2175) vgc[NEW]: (new Data) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2182) vgc[ARRAY_LENGTH]: ((*this._data).arr.length = reqlen) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(872) vgc[NEW]: (new Exception(text("Incorrect format specifier: %", this.trailing[j..__dollar]), "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 872LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(997) vgc[NEW]: (new Exception(text("Incorrect format specifier: ", this.trailing), "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 997LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d(1006) vgc[NEW]: (new UTFException(msg, i, "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d", 1006LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1824) vgc[NEW]: (new ConvOverflowException("Overflow in integral conversion", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1824LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(49) vgc[NEW]: (new ConvException(text("Unexpected ", convError_unexpected(source), " when converting from type const(char)[] to type int"), fn, ln)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/exception.d(542) vgc[NEW]: (new FormatException(msg(), file, line, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1824) vgc[NEW]: (new ConvOverflowException("Overflow in integral conversion", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1824LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(49) vgc[NEW]: (new ConvException(text("Unexpected ", convError_unexpected(source), " when converting from type const(char)[] to type uint"), fn, ln)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/exception.d(542) vgc[NEW]: (new FormatException(msg(), file, line, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1294) vgc[NEW]: (new ConvOverflowException("Conversion positive overflow", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1294LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1824) vgc[NEW]: (new ConvOverflowException("Overflow in integral conversion", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1824LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(49) vgc[NEW]: (new ConvException(text("Unexpected ", convError_unexpected(source), " when converting from type const(char)[] to type ubyte"), fn, ln)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(340) vgc[NEW]: (new ConvOverflowException("Conversion positive overflow", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 340LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d(1006) vgc[NEW]: (new UTFException(msg, i, "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d", 1006LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2095) vgc[NEW]: (new Data) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2106) vgc[ARRAY_LENGTH]: (arr.length = cap) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2120) vgc[NEW]: (new Data) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2127) vgc[ARRAY_LENGTH]: ((*this._data).arr.length = newCapacity) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2175) vgc[NEW]: (new Data) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/array.d(2182) vgc[ARRAY_LENGTH]: ((*this._data).arr.length = reqlen) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(49) vgc[NEW]: (new ConvException(text("Unexpected ", convError_unexpected(source), " when converting from type string to type ubyte"), fn, ln)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(57) vgc[NEW]: (new ConvException(text("Unexpected ", convError_unexpected(source), " when converting from type string base ", radix, " to type ubyte"), fn, ln)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d(302) vgc[NEW]: (new UTFException("Not the end of the UTF sequence", index, "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/utf.d", 302LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/string.d(2536) vgc[NEW]: (new FormatException(text("Orphan format arguments: args[", n, "..", 3LU, "]"), "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/string.d", 2536LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2154) vgc[NEW]: (new Exception(text("Incorrect format specifier for range: %", f.spec), "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 2154LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(3015) vgc[NEW]: (new FormatException("int expected", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 3015LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(340) vgc[NEW]: (new ConvOverflowException("Conversion positive overflow", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 340LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2964) vgc[APPEND]: (result ~= "case " ~ num ~ ":" ~ " formatValue(w, args[" ~ num ~ "], f);" ~ " break;") causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2965) vgc[CONCAT]: ("case " ~ num ~ ":" ~ " formatValue(w, args[" ~ num ~ "], f);" ~ " break;") causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(3010) vgc[NEW]: (new FormatException("int expected", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 3010LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(3010) vgc[NEW]: (new FormatException("int expected", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 3010LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(1294) vgc[NEW]: (new ConvOverflowException("Conversion positive overflow", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d", 1294LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2964) vgc[APPEND]: (result ~= "case " ~ num ~ ":" ~ " formatValue(w, args[" ~ num ~ "], f);" ~ " break;") causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2965) vgc[CONCAT]: ("case " ~ num ~ ":" ~ " formatValue(w, args[" ~ num ~ "], f);" ~ " break;") causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/conv.d(3183) vgc[APPEND]: (result ~= to(arg)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(3010) vgc[NEW]: (new FormatException("int expected", "/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d", 3010LU, null)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2964) vgc[APPEND]: (result ~= "case " ~ num ~ ":" ~ " formatValue(w, args[" ~ num ~ "], f);" ~ " break;") causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/format.d(2965) vgc[CONCAT]: ("case " ~ num ~ ":" ~ " formatValue(w, args[" ~ num ~ "], f);" ~ " break;") causes gc allocation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment