summaryrefslogtreecommitdiff
path: root/src/vm/staticallocationhelpers.inl
AgeCommit message (Collapse)AuthorFilesLines
2019-05-20Cuckoo metadata (#24498)David Wrighton1-2/+2
* Basic infra for cuckoo filter of attributes - Implement cuckoo filter lookup logic - Implement new ready to run section - Add dumper to R2RDump - Parse section on load into data structure - Implement function to query filter - Add concept of enum of well known attributes - So that attribute name hashes themselves may be cached * Wrap all even vaguely perf critical uses of attribute by name parsing with use of R2R data * Update emmintrin.h in the PAL header to contain the needed SSE2 intrinsics for the feature - Disable the presence table for non Corelib cases. Current performance data does not warrant the size increase in other generated binaries
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-7/+0
2016-03-09Delete dead codeJan Kotas1-78/+6
- Delete BINDER, STANDALONE_BINDER and MDIL ifdefs
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+240
[tfs-changeset: 1407945]