search for: name0

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

Did you mean: name
2015 Feb 19
3
[LLVMdev] Patchpoints used for inline caches and pointless reloads
...matic code looks like this: entry: ; Initialize the abstract machine %db = call create_big_seldom_used_database() ; do a lot of things which increases register pressure and spills %db br label %main_execution_loop; main_execution_loop: ; We do instruction dispatch here ... opcode_a: %name0 = ... ; Use the database to look up %name0 and then overwrite the patchpoint ; with a direct call tail call anyregcc void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 4711, i32 16, @lookup_and_patch, i32 0, some_type %name0, some...
2004 Dec 29
0
Access denied based on Netbios Alias
Every week or so, Samba stops answering to a server's FQ host name via Netbios. However, it will continue to answer on an alias declared at "netbios aliases" in smb.conf. "net view \\name01" will result in "Access Denied", and "net view \\name0" is successful. To be clear, both aliases point to the same machine. Restarting the smbd service fixes the problem temporarily. Both aliases function via DNS, and WINS resolution is correct for both aliases. Does any...