-
Notifications
You must be signed in to change notification settings - Fork 60
support declarations within ScopeGuardStatements #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ PR OK, no changes in deprecations or warnings Total deprecations: 0 Total warnings: 0 Build statistics: ------ libdparse statistics ------
statistics (-before, +after)
-library size=3523276 libdparse.a
+library size=3523532 libdparse.a
rough build time=16s
------ DCD statistics ------
statistics (-before, +after)
client size=1055840 bin/dcd-client
-server size=3069184 bin/dcd-server
-rough build time=75s
+server size=3069248 bin/dcd-server
+rough build time=76s
-DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.18
-DCD run_tests.sh Maximum resident set size (kbytes): 43588
+DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.20
+DCD run_tests.sh Maximum resident set size (kbytes): 44580
short requests: (228x)
- min request time = 0.015ms
- 10th percentile = 0.116ms
+ min request time = 0.007ms
+ 10th percentile = 0.113ms
median time = 0.433ms
- 90th percentile = 0.755ms
- max request time = 1.696ms
+ 90th percentile = 0.746ms
+ max request time = 1.480ms
long requests over 10ms: (51x)
- min request time = 15.569ms
- 10th percentile = 16.286ms
- median time = 17.140ms
- 90th percentile = 19.733ms
- max request time = 26.878ms
+ min request time = 15.676ms
+ 10th percentile = 16.052ms
+ median time = 17.606ms
+ 90th percentile = 19.402ms
+ max request time = 26.830ms
top 5 GC sources in server:
bytes allocated, allocations, type, function, file:line
89293824 844 void[] std.array.Appender!(const(TokenStructure!(ubyte, "import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]).Appender.ensureAddable.__lambda9 /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3634
14241024 163616 void[] std.array.Appender!(DSymbol*[]).Appender.ensureAddable.__lambda9 /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3634
9770656 305333 std.array.Appender!(immutable(char)[]).Appender.Data std.array.Appender!string.Appender.this /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3509
7371696 279 ubyte[] msgpack.unpacker.Unpacker.InternalBuffer!().initializeBuffer ../../../../.dub/packages/msgpack-d-1.0.4/msgpack-d/src/msgpack/common.d:628
7101600 5918 immutable(char)[][immutable(char)[]] dsymbol.ufcs.typeWillBeUpcastedTo dsymbol/src/dsymbol/ufcs.d:292 Full build output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #498