search for: e4e2cf1f

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

2013 Jan 30
3
[LLVMdev] x86 code emitter ebp and esp conflicts
Hi, I recently ran into a case, where x86 fails to run correctly. Checking into the emitted code, it seems that the local memory anchored at ebp has conflict with stack memory anchored at esp prepared for function calls. For example, let us say: foo() { ... call bar(); } There is some local data for foo() at ebp-170h. while preparing the call to bar, some data is written to esp+17h. The
2013 Jan 30
0
[LLVMdev] x86 code emitter ebp and esp conflicts
> Has anyone seen this problem before? and is there any fix or work around > for that? Please provide a testcase and fill LLVM problem report into bugzilla. Thanks! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2013 Jan 30
1
[LLVMdev] x86 code emitter ebp and esp conflicts
...t; > Thanks! > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130130/e4e2cf1f/attachment.html>