Commit History

Author SHA1 Message Date
  Atul Katti 3063b62a31 Enable allocations during concurrent sweep feature per bucket. 8 years ago
  Atul Katti dd1a0d6699 Move sweeping of pending sweep prep blocks to the background thread. 8 years ago
  Atul Katti 94f100e9be Enable the allocations feature based on a heap block count threshold per bucket. The feature will be enabled for all buckets or none of them. 8 years ago
  Atul Katti 39fdc561db Part2: Prevent objects allocated during concurrent sweep from getting collected. 8 years ago
  Atul Katti 9e124b5c5e Part2: Initial Version 8 years ago
  Sandeep Agarwal dbdc3f8d83 Code Quality: Replace usage of _M_IX86_OR_ARM32 and _M_X64_OR_ARM64 with TARGET_32 and TARGET_64 8 years ago
  Jianchun Xu ae21bc6a8d add GC heap bucket stats ETW events 8 years ago
  Jianchun Xu 3cf29d39b1 update dump fragmentation stats 8 years ago
  Jianchun Xu b49469a39d cleanup DUMP_FRAGMENTATION_STATS 8 years ago
  Doug Ilijev 17055ce4a2 Replace printf and wprintf with Output::Print where possible and update formatter strings. 9 years ago
  Bo Cupp 5356fa6674 Eliminate more interaction between implicit root bit and recycler visited objects 8 years ago
  Bo Cupp 11d70bc276 Convert tabs to spaces per style requirements 8 years ago
  Daniel Libby a09bf15892 Introduce #define to potentially not build recycler visited heap support (but keep it on for now) 8 years ago
  Daniel Libby 76935ab559 Merged PR 873340: Add support for a RecyclerVisitedHostHeapBlock 8 years ago
  Curtis Man 105b8f205f Experimental: Introduce "lite" ChakraCore build 8 years ago
  Atul Katti 43ccb6d01b Allow allocations during concurrent sweep. 8 years ago
  Curtis Man bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. 9 years ago
  Oguz Bastemur e0642c994d xplat: Better Performance 9 years ago
  Hitesh Kanwathirtha 52c55cd83f Merge remote-tracking branch 'origin/master' into linux 9 years ago
  Tom Tan 621b52b7a8 Add comments and TODOs based on feedback from Curtis 9 years ago
  Tom Tan 5118104ae6 Fix arena access violation for -profile option 9 years ago
  Hitesh Kanwathirtha fcbfb3dc6c Fix dev12 build 9 years ago
  Curtis Man ce36732811 Enable build with clang on windows 9 years ago
  Hitesh Kanwathirtha 38d6ce425b Fix build break after merge from master 9 years ago
  Hitesh Kanwathirtha 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
  Lei Shi 59af5a77d6 address the review comments and fix a bug that pageAllocator returned more than asked page count, we might leak some pages 10 years ago
  Lei Shi e2691529d6 use actual size instead of aligned sizeCat for pageheap alloc to improve the chance to capture corruption 10 years ago
  Lei Shi 3fe72e24b2 use large heap block for all pageheap allocation 10 years ago
  Hitesh Kanwathirtha b27dd9f2fc Merge branch 'master' into linux 10 years ago
  Lei Shi c942cb594f fix for page heap 10 years ago