search for: _explicitly_

Displaying 15 results from an estimated 15 matches for "_explicitly_".

2007 Sep 28
2
form action url example
...rm like so: <% form_for( :trouble_ticket, :url => { :action => ''create'', :user_id => @machine.current_owner, :machine_id => @machine } ) do |f| %> ... Now this fails. The way it will pass is to change the url parameters to _explicitly_ call the id method on the parameter values like so: <% form_for( :trouble_ticket, :url => { :action => ''create'', *:user_id => @machine.current_owner.id,* *:machine_id => @machine.id* } ) do |f| %> ... (nb. I am stubbing and mock these obje...
2016 Jul 25
7
grouping global variables by alignment: safe to do at LLVM level, or only at Clang level?
...strong optimization imperative for either RAM savings or performance. My question this time is this: is re-ordering globals at the LLVM level both possible [without massive rewriting of LLVM] and safe? I don`t know whether or not it`s safe because perhaps some languages -- unlike C and C++ -- _explicitly_ allow programmers to make the assumption that consecutively-written globals at the source-code level map to consecutively-allocated globals at run-time. If so, and if any such language is using LLVM as a back-end, then changing that behavior at the LLVM level with _any_ optimization flag may br...
2002 Jun 05
4
Docs Issue - IP Masq vs. SNAT
...between "IP masquerading" and "SNAT" -- a confusion I might share, or if contagious, I may be catching. <g> I think of SNAT more or less as a special case of IP masquerading, applicable when, for example, the external interface has multiple IP''s and you choose to _explicitly_ set the address through which internal clients will appear (from Internet servers) to be coming. On the other hand, IP masquerading is a general, non-differentiated, non-specific mapping, being essentially "hide me behind that external interface X, whatever address it might be using," Is...
2016 Jan 15
2
[cfe-dev] RFC: Enforcing pointer type alignment in Clang
...is NOT misaligned for its type! And similarly, the type of &a.b.n is "int __attribute__((aligned(1))) *", and also thus not misaligned. While casting the result of "&a.b" to "A::B *" in the expression "A::B *p = &a.b" is fine (well, becomes more _explicitly_ fine with your suggested modification to the standard text), once you've done that, the new type _does_ require an alignment of alignof(int), and thus, the value of "p" is misaligned for its type. And so, you can no longer dereference it nor access members. That seems all fine and sen...
2010 Jul 18
1
Skype for Asterisk, Skype For SIP
Hi, I'm trying to integrate Skype and Asterisk but I'm only interested in these 2 things: 1) allow any Asterisk SIP extension to call any Skype "user". I do not need to call landlines via Skype. 2) allow Internet Skype "users" to call my Asterisk PBX Skype "user" and route the call to a specific Asterisk SIP extension. At first, I thought it would be
2020 Sep 24
3
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
I've installed grep PRETTY /etc/os-release PRETTY_NAME="Fedora 32 (Server Edition)" dovecot --version 2.3.10.1 (a3d0e1171) openssl version OpenSSL 1.1.1g FIPS 21 Apr 2020 iiuc, Dovecot has apparently had support for setting TLS 1.3 ciphersuites since v2.3.9, per this commit lib-ssl-iostream: Support TLSv1.3 ciphersuites
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people that no one feels the need to have an explanation anywhere. I've been looking around the net for ages, and I can't figure out what, on Linux, is actually a program. I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to the /opt/openoffice.org1.9.122/program/ directory and... then what? What do
2009 Nov 20
4
wiki contribution
Hello, I created a wiki username JoshuaFranklin and would like to contribute a description of http://iuscommunity.org/ to this page: http://wiki.centos.org/AdditionalResources/Repositories IUS is a new third party repo for RHEL that provides the "latest upstream versions of PHP, Python, MySQL". It is sponsored by internal work at Rackspace (but officially unsupported). Thanks, Joshua
2007 Jun 26
4
[LLVMdev] Live Intervals Question
...uestions come up here: why isn't RAX included at the start > > of this > > live interval and why is AH included in this interval -- it's not > > defined at > > all! > > Sure it is. AH is a sub-register of EAX. But EAX is only _implicitly_ defined because AL is _explicitly_ defined. EAX aliases AL so there does have to be a def of EAX there. But there is no need to start a live range for AH. Otherwise you're unnecessarily constraining the register allocator. For example, say there as a char that lived over this instruction. It could live in AH, but not if A...
2007 Jun 27
0
[LLVMdev] Live Intervals Question
...n't RAX included at the start >>> of this >>> live interval and why is AH included in this interval -- it's not >>> defined at >>> all! >> >> Sure it is. AH is a sub-register of EAX. > > But EAX is only _implicitly_ defined because AL is _explicitly_ > defined. > EAX aliases AL so there does have to be a def of EAX there. But > there is no > need to start a live range for AH. Otherwise you're unnecessarily > constraining the register allocator. It's not clear to me where the implicit def of EAX comes from. Need t...
2005 May 24
7
PostgreSQL/SELinux Error - relation "pg_catalog.pg_user" does not exist
hello everyone, i'm trying to run a postgresql service on my newly-installed centos4 box. i have been able to recreate my users, set up the permissions, and restore the database dump. also, i can already log-in to my databases. there is, however, one annoying problem. whenever i type \du (or \d or \l) on the psql prompt, i get the following error: ERROR: relation
2007 Jun 26
0
[LLVMdev] Live Intervals Question
On Jun 26, 2007, at 11:20 AM, David A. Greene wrote: > > 28 %AL<dead> = MOV8rr %reg1024<kill>, %EAX<imp-def> > MOV8rr %mreg(2)<d> %reg1024 %mreg(17)<d> > 32 CALL64pcrel32 <ga:printf>, %RDI<kill>, %RAX<imp-def>, %RCX<imp- > def,dead>, > %RDX<imp-def,dead>, %RSI<imp-def,dead>, %RDI<imp-def,dead>, >
2007 Jun 26
3
[LLVMdev] Live Intervals Question
For the x86-64 target, I tried compiling a simple hello world. I don't understand the live interval information. Here's the machine instructions as dumped by LiveIntervalAnalysis: ********** MACHINEINSTRS ********** file hello.c line 3 b: 0 FNSTCW16m <fi#0>, 1, %NOREG, 0 FNSTCW16m <fi#0> 1 %mreg(0) 0 4 MOV8mi <fi#0>, 1, %NOREG, 1, 2 MOV8mi <fi#0> 1 %mreg(0) 1 2 8
2016 Jan 15
3
[cfe-dev] RFC: Enforcing pointer type alignment in Clang
> On Jan 14, 2016, at 4:49 PM, Richard Smith <richard at metafoo.co.uk> wrote: > On Thu, Jan 14, 2016 at 12:56 PM, John McCall via cfe-dev <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> wrote: > C 6.3.2.3p7 (N1548) says: > A pointer to an object type may be converted to a pointer to a > different object type. If the resulting pointer is not
2009 Mar 10
40
dlstat for data link statistics
(Bcc''ed to networking discuss). Hi All, Have enclosed man page draft for dlstat(1M) herewith. This is part of the effort to gain better visibility into network traffic in light of crossbow features like virtual NICs, interrupt vs. polling modes etc. This in turn would greatly assist network performance analysis. It is also aimed at segregating link/flow configuration from