Displaying 9 results from an estimated 9 matches for "vogon".
Did you mean:
logon
2019 Jun 27
5
[RFC] ASM Goto With Output Constraints
...gt;
> Developers are likely to adopt it on their own, which means they will
> need to use Clang in some fashion, either as a complete replacement for or
> in addition to GCC.
>
> Current state
>
> Clang's implementation of asm goto converts this code:
>
> int vogon(unsigned a, unsigned b) {
> asm goto("poetry %0, %1" : : "r"(a), "r"(b) : : error);
> return a + b;
>
> error:
> return -1;
> }
>
> into the following LLVM IR:
>
> define i32 @vogon(i32 %a, i32 %b) {
> entry:
> callbr void as...
2019 Jun 27
1
[RFC] ASM Goto With Output Constraints
...y to adopt it on their own, which means they will
>> need to use Clang in some fashion, either as a complete replacement for or
>> in addition to GCC.
>>
>> Current state
>>
>> Clang's implementation of asm goto converts this code:
>>
>> int vogon(unsigned a, unsigned b) {
>> asm goto("poetry %0, %1" : : "r"(a), "r"(b) : : error);
>> return a + b;
>>
>> error:
>> return -1;
>> }
>>
>> into the following LLVM IR:
>>
>> define i32 @vogon(i32 %a, i32...
2019 Jun 27
2
[cfe-dev] [RFC] ASM Goto With Output Constraints
...requirement? (I feel like I've seen some before,
but it'd be good to be reminded).
E.g., imagine code like this:
<<
entry:
br i1 %cmp, label %true, label %false
true:
%0 = callbr { i32, i32 } asm sideeffect "poetry $0, $1", "={r8},={r9},X"
(i8* blockaddress(@vogon, %error)) to label %asm.fallthrough [label %error]
false:
%1 = callbr { i32, i32 } asm sideeffect "poetry2 $0, $1",
"={r10},={r11},X" (i8* blockaddress(@vogon, %error)) to label
%asm.fallthrough [label %error]
error:
%vals = phi { i32, i32 } [ %0, %true ], [ %1, %false ]
&g...
2019 Jun 27
3
[cfe-dev] [RFC] ASM Goto With Output Constraints
...h means they
>>> will need to use Clang in some fashion, either as a complete replacement
>>> for or in addition to GCC.
>>>
>>> Current state
>>>
>>> Clang's implementation of asm goto converts this code:
>>>
>>> int vogon(unsigned a, unsigned b) {
>>> asm goto("poetry %0, %1" : : "r"(a), "r"(b) : : error);
>>> return a + b;
>>>
>>> error:
>>> return -1;
>>> }
>>>
>>> into the following LLVM IR:
>>>
&g...
2011 Jan 16
4
persistence by reachability
Hello guys, I have these models
class Farmer < ActiveRecord::Base
has_many :cows
end
class Cow < ActiveRecord::Base
set_table_name :cows
belongs_to :farmer
end
...
graph = Farmer.find(x) # Retrieves four cows of x
graph.cows[1].name = "Trottolina"
graph.save
while adding a new cow to collection works perfectly fine, ActiveRecord
doesn''t
2007 Apr 18
0
[Bridge] bridge/nf/ebtables patch for 2.4.27?
...---------------
Norbert Preining <preining AT logic DOT at> Technische Universit?t Wien
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
`The best way to get a drink out of a Vogon is to stick
your finger down his throat...'
--- The Book, on one of the Vogon's social inadequacies.
--- Douglas Adams, The Hitchhikers Guide to the Galaxy
2019 Jun 28
3
[cfe-dev] [RFC] ASM Goto With Output Constraints
...e reminded).
>>
>> E.g., imagine code like this:
>>
>> <<
>> entry:
>> br i1 %cmp, label %true, label %false
>> true:
>> %0 = callbr { i32, i32 } asm sideeffect "poetry $0, $1",
>> "={r8},={r9},X" (i8* blockaddress(@vogon, %error)) to label
>> %asm.fallthrough [label %error]
>> false:
>> %1 = callbr { i32, i32 } asm sideeffect "poetry2 $0, $1",
>> "={r10},={r11},X" (i8* blockaddress(@vogon, %error)) to label
>> %asm.fallthrough [label %error]
>>
>> erro...
2008 Aug 06
2
Space Bucks gives an installation error
Hello, this is my first post in this forum and english isn't my mother tongue. So please, be gently with me. [Wink]
Ok, now the problem.
I run WINE 1.1.2 under Ubuntu 8.04 and try to install Space Bucks (german version). It's a cool game from 1996 for Win 3.1 and Win 95, but everytime I try to install the game, there pop up a window, which say
> Error: Could not load 32-bit Smacker
2011 Nov 24
0
legacy MTI schema
Hi all,
In a legacy ''immutable'' schema I have MTI inheritance setting:
<<TABLE systems>>
id<<PK>> ( NOT database generated)
installation_date
manufacturer
serial_number
<<TABLE lifters>>
id<<PK>><<FK>> ( NOT database generated )
max_weight
drive
In my model I have implemented the semantic of inheritance between