search for: khong

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

Did you mean: hong
2015 Jun 30
4
[LLVMdev] Crashes on Windows 8 with >4k stack frames
Hi All, we have an issue with our LLVM-based JIT compiler - executing the compiled code corrupts memory (and subsequently crashes) if we alloca more than 4k of variables (more than 511 8-byte ints). The same code works on Windows 7 (32 and 64 bit), Linux, MacOS. We compile LLVM and our program with Microsoft's Visual Studio 2010. Both debug and release builds are affected. The variables
2015 Jun 30
2
[LLVMdev] Crashes on Windows 8 with >4k stack frames
...ersions, or if there is a workaround (chkstk?) or a bug report online? Thanks! Eph On 30.06.2015 12:58, Nicholas Chapman wrote: > It's a known issue. I believe it's fixed in trunk however. > What LLVM version are you using? > > Nick > > On 30/06/2015 10:21, Ephrim Khong wrote: >> Hi All, >> >> we have an issue with our LLVM-based JIT compiler - executing the >> compiled code corrupts memory (and subsequently crashes) if we alloca >> more than 4k of variables (more than 511 8-byte ints). The same code >> works on Windows 7 (32 an...