Displaying 9 results from an estimated 9 matches for "brender".
Did you mean:
render
2019 Jun 21
4
Memory overflow during cmake/ninja build
...shared library lib/libLTO.so.9svn
ninja: build stopped: subcommand failed.
My hardware is a rather ancient HP a6745f (AMD) with 4GB memory, 200 GB
HDD. OS is Kubuntu 18.10.
Is my system just too limited or is there something else I should look
for? What other info can I provide?
Ron
--
Ron Brender
Whose favorite airplane is N6119A, a 1979 Cessna T210.
2019 Mar 29
2
Proposal for O1/Og Optimization and Code Generation Pipeline
When I worked on the HPE NonStop compilers for x86 (we used Open64, not
LLVM), we adjusted our -O1 to make sure the source display didn't
"bounce around" based on feedback from users. We disabled any
optimization that would move things across statement boundaries. We
also disabled/de-tuned dead store since our DWARF location list support
was pretty basic and with the removed store,
2019 Sep 11
3
Dwarf - 5 features in clang and llvm
Hello Djordje, Vedant,
Thanks a lot for sharing information.
I have a doubt, please consider the following simple test case-
#include <iostream>
int func(int* ptr){
std::cout << *ptr;
return *ptr + 5;
}
int main(int argc, char** argv){
int a = 4;
int* ptr_a = &a;
int b = func(ptr_a);
return 0;
}
commandline used --
bash$ clang++
2018 Jan 29
2
[RFC] Improving compact x86-64 compact unwind descriptors
...d
> > descriptors to fully describe the prologue/epilogue for asynchronous
> > unwinding. I believe there are missing/lacking CFI directives as well,
> > but I'll save that for another thread.
> >
> >
> > Asynchronous Compact Unwind Descriptors
> > Ron Brender, VMS Software, Inc.
> > Revised January 25, 2018
> >
> > 1 Introduction
> > This document proposes means to extend so-called compact unwind
> > descriptors to support fully
> > asynchronous exception handling. This will make extended compact unwind
> > des...
2018 Jan 26
4
[RFC] Improving compact x86-64 compact unwind descriptors
Here is our proposal to extend/enhance the x86-64 compact unwind
descriptors to fully describe the prologue/epilogue for asynchronous
unwinding. I believe there are missing/lacking CFI directives as well,
but I'll save that for another thread.
Asynchronous Compact Unwind Descriptors
Ron Brender, VMS Software, Inc.
Revised January 25, 2018
1 Introduction
This document proposes means to extend so-called compact unwind
descriptors to support fully
asynchronous exception handling. This will make extended compact unwind
descriptors an
alternative to DWARF CFI (call frame information) for ach...
2018 Jan 27
0
[RFC] Improving compact x86-64 compact unwind descriptors
.../enhance the x86-64 compact unwind
> descriptors to fully describe the prologue/epilogue for asynchronous
> unwinding. I believe there are missing/lacking CFI directives as well,
> but I'll save that for another thread.
>
>
> Asynchronous Compact Unwind Descriptors
> Ron Brender, VMS Software, Inc.
> Revised January 25, 2018
>
> 1 Introduction
> This document proposes means to extend so-called compact unwind
> descriptors to support fully
> asynchronous exception handling. This will make extended compact unwind
> descriptors an
> alternative to DW...
2018 Jan 27
0
[RFC] Improving compact x86-64 compact unwind descriptors
.../enhance the x86-64 compact unwind
> descriptors to fully describe the prologue/epilogue for asynchronous
> unwinding. I believe there are missing/lacking CFI directives as well,
> but I'll save that for another thread.
>
>
> Asynchronous Compact Unwind Descriptors
> Ron Brender, VMS Software, Inc.
> Revised January 25, 2018
>
> 1 Introduction
> This document proposes means to extend so-called compact unwind
> descriptors to support fully
> asynchronous exception handling. This will make extended compact unwind
> descriptors an
> alternative to DW...
2008 Jun 27
0
Wine release 1.1.0
...ons for VMR-9 interface.
quartz: Implement GraphConfig_Reconfigure.
quartz: Implement VideoRenderer_GetCurrentImage.
quartz: Have thread safety in memallocator.
quartz: DSoundRender shouldn't delete buffer when already connected.
quartz: Only enumerate renderers if bRender is set in filtermapper.
quartz: Add support for VideoInfoHeader2 to AVI Decompressor.
quartz: Clear pin value if not connected.
quartz: Handle case where ReceiveConnection is called on an already connected pin.
quartz: Remove dead code from DSoundRender.
quartz: Create...
2008 Jul 11
0
Wine release 1.1.1
...gdiplus: Test for CharacterRange.
gdiplus: Add more tests for regions and paths.
gdiplus: Add a test for a floating-point triangle.
gdiplus: Add another helper macro to deal with magic numbers.
Alexander Dorofeyev (18):
Revert "quartz: Only enumerate renderers if bRender is set in filtermapper.".
quartz/tests: Add test for EnumMatchingFilters.
quartz: Fix calculating wide string size.
quartz: Fix registry key creation.
quartz: Improve removal of registry data in Filtermapper unregister methods.
devenum: Move locating category key...