search for: golbal

Displaying 8 results from an estimated 8 matches for "golbal".

Did you mean: global
2013 Nov 23
0
[LLVMdev] [RFC] Identifying access to errno
...we know it's "ok". Maybe -unsafe-math or something similar could disable this pass, because it is expensive and will impact generated code. What if, for globals, we insisted that the global be named "errno"? > I wouldn't be surprised if there was a system where the golbal error is not errno. Windows maybe? --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131123/36e00463/attachment.html>
2013 Nov 23
2
[LLVMdev] [RFC] Identifying access to errno
...we do top-down propagation for static functions (or more-generally for LTO), then that could add overhead). > > > > > What if, for globals, we insisted that the global be named "errno"? > > > > I wouldn't be surprised if there was a system where the golbal error > is not errno. Windows maybe? Okay. We should check. Thanks again, Hal > > > --renato -- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
2013 Nov 23
2
[LLVMdev] [RFC] Identifying access to errno
Hello, On some systems (Linux/glibc, for example), some libm math functions (like cos(double)) might set errno. It is important that we model this, in general, to prevent miscompilation (we would not, for example, want to reorder a call to cos in between a call to open and a call to perror). However, almost no code in the wild checks errno after calls to libm math functions, and this
2013 Nov 23
3
[LLVMdev] [RFC] Identifying access to errno
...that could add overhead). >> >> > >> > >> > >> > >> > What if, for globals, we insisted that the global be named "errno"? >> > >> > >> > >> > I wouldn't be surprised if there was a system where the golbal error >> > is not errno. Windows maybe? >> >> Okay. We should check. >> > > A Windows program can have two different global error numbers: Win32 and > C-Runtime flavor. > > The Win32 flavor is exposed via GetLastError/SetLastError[Ex] > The CRT flavor (e...
2013 Nov 23
0
[LLVMdev] [RFC] Identifying access to errno
...ctions (or more-generally for LTO), then that could add overhead). > > > > > > > > > > > What if, for globals, we insisted that the global be named "errno"? > > > > > > > > I wouldn't be surprised if there was a system where the golbal error > > is not errno. Windows maybe? > > Okay. We should check. > A Windows program can have two different global error numbers: Win32 and C-Runtime flavor. The Win32 flavor is exposed via GetLastError/SetLastError[Ex] The CRT flavor (errno) is, currently, exposed via a macro tha...
2013 Nov 24
0
[LLVMdev] [RFC] Identifying access to errno
...erally for LTO), then > that could add overhead). > > > > > > > > > > > > What if, for globals, we insisted that the global be named "errno"? > > > > > > > > I wouldn't be surprised if there was a system where the golbal > > error > > is not errno. Windows maybe? > > Okay. We should check. > > > > A Windows program can have two different global error numbers: Win32 > and C-Runtime flavor. > > > The Win32 flavor is exposed via GetLastError/SetLastError[Ex] > The CRT...
2003 Jul 03
0
Setting up Pointing and Click Printing through APW on Win2k Machine
...r the command? Most examples I see are addprinter command is like this "addprinter = " I know there is more to that command than this just blank. Would some give me a good example of addprinter and delprinter command that works on Red Hat 9. Here is my smb.conf file. Thanks -Glenn [Golbal] netbios name = SERVER01 workgroup = domain security = user os level = 64 domain master = yes local master = yes prefered master = yes time server = yes unix extensions = yes encrypt passwords = yes domain logons = yes logon script = logon.bat socket options = SO_KEEPALIVE IPTOS_LOWDEL...
2013 Nov 24
1
[LLVMdev] [RFC] Identifying access to errno
...head). > > > > > > > > > > > > > > > > > > > What if, for globals, we insisted that the global be named "errno"? > > > > > > > > > > > > I wouldn't be surprised if there was a system where the golbal > > > error > > > is not errno. Windows maybe? > > > > Okay. We should check. > > > > > > > > A Windows program can have two different global error numbers: Win32 > > and C-Runtime flavor. > > > > > > The Win32 flavor is...