Jun 16, 2020 6 0 Excuse me, has anybody seen the FOCAL interpreter? Raymond Chen I thought you had it.
Jun 15, 2020 4 0 Error 0x80131040 “The located assembly’s manifest definition does not match the assembly reference” when I use a Windows Runtime class written in C# from my C++/WinRT project Raymond Chen Version numbers strike again.
Jun 12, 2020 0 0 Using fibers to expand a thread’s stack at runtime, part 6 Raymond Chen Caching fibers to avoid bouncing.
Jun 11, 2020 5 0 Using fibers to expand a thread’s stack at runtime, part 5 Raymond Chen Expanding only as needed.
Jun 10, 2020 6 0 Determining approximately how much stack space is available, part 2 Raymond Chen Probing the stack limits.
Jun 9, 2020 9 0 Determining approximately how much stack space is available, part 1 Raymond Chen Ask for the memory and give it back right away.
Jun 8, 2020 0 0 Comparing fibers to threads for the purpose of expanding a thread’s stack at runtime Raymond Chen Pros and cons.
Jun 5, 2020 0 0 Using fibers to expand a thread’s stack at runtime, part 4 Raymond Chen Moving an exception from a fiber to the main thead.
Jun 4, 2020 2 0 Using fibers to expand a thread’s stack at runtime, part 3 Raymond Chen Propagating additional thread state.
Jun 3, 2020 1 0 Using fibers to expand a thread’s stack at runtime, part 2 Raymond Chen Reducing code size with type erasure.