Displaying 4 results from an estimated 4 matches for "unlogisch".
2010 Jan 15
2
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...cBlock to analyze operand's IsKill, IsDead , IsDef attribute to get a physical register's liverange. But I get a strange case at MBB.jpg.
R4 is marked <kill> at MBB0. If I scan R4's liverange by [MBB0->MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.).
1. Does <kill> attribute of R4 at MBB0 is a unimportant and redundancy messages, Or a little bug???
2. Is it unreliable to get...
2010 Jan 15
0
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...ge. But I get a strange case at MBB.jpg.
You can also look at RegisterScavenging.cpp and MachineVerifier.cpp. They are doing the same thing.
> R4 is marked <kill> at MBB0. If I scan R4's liverange by [MBB0->MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.).
A register should not be used after it is killed, and if it is needed by a successor block, it should be live out.
Note that a register...
2005 Aug 24
1
very slow boot from USB Pen-Drive
...nutes until the
initrd (fairly big, 18MB) has been loaded.
Any hints on how I could try to increase speed?
The Bios has already been updatet to the most recent Version.
Sven
--
"Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
die anderen sind einfach von sich aus unlogisch."
(Anselm Lingnau in de.comp.os.unix.discussion)
/me ist giggls at ircnet, http://sven.gegg.us/ im WWW
2002 Apr 11
2
pxelinux: HW Address instead of ip
..., but this is not an Option) so it won't work this
way.
I'm very bad in X86 assembly language. Where would I need to change the code
of pxelinux to achieve this?
Sven
--
"Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
die anderen sind einfach von sich aus unlogisch."
(Anselm Lingnau in de.comp.os.unix.discussion)
/me ist giggls at ircnet, http://geggus.net/sven/ im WWW