summaryrefslogtreecommitdiff
path: root/src/jit/objectalloc.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld1-14/+91
2018-10-12Move ObjectAllocator phase to run right after inlining. (#20377)Eugene Rozenfeld1-0/+3
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-5/+5
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-13/+9
2016-08-08Work towards objects stack allocation: moved allocation part of newobj-loweri...Egor Chesakov1-0/+86