search for: nodependencies

Displaying 2 results from an estimated 2 matches for "nodependencies".

Did you mean: dependencies
2008 Jul 22
2
.NET 2.0 fails compiling assemblies on OSX
...IDGen, but having a look to the NGen log I noticed there were no assemblies installed (It's supposed to install mscorlib and so after the install. I tried to install manually: Code: wine ngen.exe install "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /NoDependencies and installs fine, Code: Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Installing assembly mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 but later, when I do Code: wine nge...
2008 Aug 22
1
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
Hi Wojtek, This is a great start. I'll focus and try to understand your interface design and choices. Here are my initial thoughts based on a quick read. The only interface provided by LoopMemDepAnalysis is "bool carriesDependence()" which may not be sufficient. But we can extend this. The ArrayDepTest provides testDependenc() as well as testPositions(). I'm not very