Displaying 3 results from an estimated 3 matches for "chitin".
Did you mean:
chaitin
2010 Aug 24
3
Baldurs Gate II
When I downloaded Baldur's Gate II it wouldn't let me install it because it "was not marked as executable" So I ran it in the terminal and this debug thing came up
WeiDU v 21700 Log
Setup-BGT.exe
ERROR: Unable to find CHITIN.KEY in:
.
..
../..
../../..
../../../..
.
.
.
.
.
C:\Program Files\Black Isle\BGII - SoA
D:\Program Files\Black Isle\BGII - SoA
FATAL ERROR: Failure("Unable to find CHITIN.KEY: run me in an Infinity Engine game directory")
WeiDU Timings
stuff not covered e...
2009 Jan 12
0
[LLVMdev] Is it possible to use the SimpleRegisterCoalescing pass in an iterative way?
On Friday 09 January 2009 03:36, Roman Levenstein wrote:
> Hi,
>
> I'm implementing some variations of graph-coloring register allocators for
> LLVM. Many of them perform their phases (e.g. coalescing, graph
> simplification, spilling, color selection) in an iterative way. Since
> LLVM provides an implementation of the coalescing in the
> SimpleRegisterCoalescing class
2009 Jan 09
4
[LLVMdev] Is it possible to use the SimpleRegisterCoalescing pass in an iterative way?
Hi,
I'm implementing some variations of graph-coloring register allocators for LLVM.
Many of them perform their phases (e.g. coalescing, graph
simplification, spilling, color selection) in an iterative way. Since
LLVM provides an implementation of the coalescing in the
SimpleRegisterCoalescing class already, I would like to reuse it (even
though I could of course create my own coalescing