search for: d6f664c4

Displaying 2 results from an estimated 2 matches for "d6f664c4".

2007 Jun 25
0
[LLVMdev] alloca on Win32
Hello, Scott. > Thanks for the help Jake and Anton. > Attached is a patch for DynamicLibrary.inc to fix alloca resolving. Thanks! I've slightly modified it not to break the things and have just commited. Could you please verify, that everything is ok? -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Jun 24
5
[LLVMdev] alloca on Win32
Hello, Scott. > Checking the assembly from llc, the first alloca call is to allocate > local vars in _main. Is this just the state of the code at 2.0 when > built with vs.net, or is there something that I've managed to > mis-build locally? _alloca is used to probe the stack, if you asks for locals of size more that 4k. This is pretty ugly, but the names of this functions differs