search for: sbscs

Displaying 3 results from an estimated 3 matches for "sbscs".

Did you mean: sbcs
2020 Jul 03
4
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...tation? Only apps that opt-in get it at the moment. Reportedly edge and chromium are getting large memory savings from switching, but I haven't seen performance comparisons. If the performance is good, seems like that might be the simplest choice https://docs.microsoft.com/en-us/windows/win32/sbscs/application-manifests#heaptype https://www.blackhat.com/docs/us-16/materials/us-16-Yason-Windows-10-Segment-Heap-Internals.pdf On Thu, Jul 2, 2020, 12:20 AM Alexandre Ganea via cfe-dev <cfe-dev at lists.llvm.org<mailto:cfe-dev at lists.llvm.org>> wrote: Hello, I was wondering how fol...
2005 Apr 21
1
Flash and Contribute
I just installed wine-20050419 and it's great so far. Dreamweaver works, office2000 works, Adobe photoshop and InDesign 3.0 work great. However both Contribute3.0 and FlashMX do not work. They both have a common error. Flash: fixme:actctx:CreateActCtxW stub! Contribute offers a few more: fixme:win:User32InitializeImmEntryTable (0x19650412): stub fixme:actctx:CreateActCtxW stub!
2020 Jul 02
6
RFC: Replacing the default CRT allocator on Windows
Hello, I was wondering how folks were feeling about replacing the default Windows CRT allocator in Clang, LLD and other LLVM tools possibly. The CRT heap allocator on Windows doesn't scale well on large core count machines. Any multi-threaded workload in LLVM that allocates often is impacted by this. As a result, link times with ThinLTO are extremely slow on Windows. We're observing