search for: bobfloyd

Displaying 5 results from an estimated 5 matches for "bobfloyd".

2010 Oct 21
1
[LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!"
...From: Michael Spencer [mailto:bigcheesegs at gmail.com] Sent: Thursday, October 21, 2010 7:53 AM To: Bob Floyd Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!" On Mon, Oct 4, 2010 at 9:52 PM, Bob Floyd <bobfloyd at comcast.net> wrote: > When using MS VS2010 there is an issue with std: > > > > `SuccIterator` implements a partial assignment operator: > > > > inline const _Self &operator=(const _Self &I) { > > ��� assert(Term == I.Term &&"Cannot assign...
2010 Oct 21
0
[LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!"
On Mon, Oct 4, 2010 at 9:52 PM, Bob Floyd <bobfloyd at comcast.net> wrote: > When using MS VS2010 there is an issue with std: > > > > `SuccIterator` implements a partial assignment operator: > > > > inline const _Self &operator=(const _Self &I) { > >     assert(Term == I.Term &&"Cannot assign...
2010 Oct 05
4
[LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!"
When using MS VS2010 there is an issue with std: `SuccIterator` implements a partial assignment operator: inline const _Self &operator=(const _Self &I) { assert(Term == I.Term &&"Cannot assign iterators to two different blocks!"); idx = I.idx; return *this; } For copy construction, MS VS2010 std reserves the right, and sometimes calls, a
2010 Dec 27
0
[LLVMdev] Data Layout in Stack (Optimization)
Hi, Does LLVM do any automatic data layout in the stack to optimize cache line use or prefetch ? (Not referring to user inserted prefetch directives). I.e. Is the ordering of my calls to `CreateAlloca` rearranged? If yes, is there some doc on it? Thanks, Bob Floyd -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Dec 28
0
[LLVMdev] JIT crashes Microsoft Visual Studio 2012 when Disassembly Window opens
Microsoft Visual Studio 2012, or 2012 with Update 1, intermittently (90% of the time in my case) crashes when the "Disassembly Window" is opened at the address of JIT code generated by LLVM. This happens when either entering the address into the address bar of the Disassembly Window, or stepping into JIT code that opens the Disassembly Window. Microsoft has acknowledged the crash to