Conversation
* LLVM 14: disregard inline/hybrid type serialization mode. * Non-opaque LLVM: always emit type file, also see above * Type handling: Arrays of MPI type handles (pointer to opaque struct) are treated as pointers * Runtime: check if hash map has type entry
* Type descriptor member was NULL due to a fwd decl variable being extern, see 'runtime/22_threads_stack.cpp': * Fwd decl '_ZTSNSt6thread6_StateE' contained in '_ZTSNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvvEEEEEEE' * Global type variable contained whitespaces, replace with '_'.
* Always normalize global variable names during type serialization * Search type db during registration for duplicate names, remove hash map
* lulesh inline mode: 4250 vs. 3698 bytes
67781d7 to
a179308
Compare
a179308 to
e9694af
Compare
Collaborator
Pull Request Test Coverage Report for Build 19192146139Details
💛 - Coveralls |
e6d559e to
52fe99c
Compare
52fe99c to
cc5657d
Compare
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
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.
Type descriptors
Misc
ToDos ?