search for: 288d

Displaying 2 results from an estimated 2 matches for "288d".

Did you mean: 288
2013 Aug 27
1
Replication issue
I have a server that is not replicating correctly, but passes all the tests listed here: https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC In particular running # host -t CNAME 976c9c86-288d-483e-baec-7043a9c4a6cd._msdcs.ncs.k12.de.us 976c9c86-288d-483e-baec-7043a9c4a6cd._msdcs.ncs.k12.de.us is an alias for ncssamba2.ncs.k12.de.us. returns correct information on all DCs. However, the command samba-tool drs showrepl shows that for the above server, replication fails when run on ncssam...
2011 Oct 21
0
[LLVMdev] Problems with live intervals and spilling when having sub registers?
...reg67 320L %vreg6<def> = COPY %vreg64<kill>; R:%vreg6,%vreg64 So, %vreg64, which has two (disjunct) sub registers, gets its two parts written at 288 and 304, and then the whole %vreg64 is copied to %vreg6 at 320. And for this I get the following intervals for %vreg64: %vreg64 = [288d,304d:1)[304d,320d:0) 0 at 304d 1 at 288d Later %vreg6 and %vreg64 are merged. The register allocator spills %vreg6 (fi#14) and the resulting code is %r0l<def> = mv_any16 65535 Store32FI %r0<kill>, <fi#14>; mem:ST4[FixedStack14] %r0h<def> = mv_any16 16383 %r1<def> =...