search for: big_data

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

2010 Feb 22
2
[LLVMdev] Patch - big stackframes on SPU
...t handle big stack frames (>16*511 bytes) nicely. llc asserts on malformed machine instructions. (Assertion `MI->getOperand(OpNo).isImm() && "printDFormAddr first operand is not immediate") E.g. the function: define i32 @foo() nounwind { entry: %retval = alloca i32 %big_data = alloca [1000 x i32] store i32 3840, i32* %retval, align 4 br label %return return: %retval2 = load i32* %retval ret i32 %retval2 } demonstrates this issue. Attached is a patch to fix this. It -fixes a few small errors in function prologue and epilogue insertion -enables registe...
2008 Jun 27
2
Help needed. Samba 3.2.0rc2 - IDMAP - Windows 2008 Server - ADS Integration - Winbind
...nd use default domain = yes winbind nested groups = Yes password server = WIN-RXYDW1KO5DH.testlab.company.com wins server = WIN-RXYDW1KO5DH.testlab.company.com socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 hide unreadable = yes hide dot files = yes unix charset = LOCALE log level = 5 [big_data] comment = Very Big Share path = /SERV browseable = yes guest ok = no valid users = "@STGT\entenhausen" create mask = 660 directory mode = 770 writeable = yes readonly = no force group = "STGT\entenhausen" ----- snip ----- - I cleaned /var/run/samba, /var/log/samba, /var/lib/...
2010 Feb 24
0
[LLVMdev] Patch - big stackframes on SPU
...estcase for this though. Also, this patch causes the CodeGen/CellSPU/call.ll regression test to fail. Please investigate and send an updated patch (with a testcase), thanks! -Chris > > E.g. the function: > define i32 @foo() nounwind { > entry: > %retval = alloca i32 > %big_data = alloca [1000 x i32] > store i32 3840, i32* %retval, align 4 > br label %return > > return: > %retval2 = load i32* %retval > ret i32 %retval2 > } > demonstrates this issue. > > > Attached is a patch to fix this. It > -fixes a few small errors in f...