search for: _class_

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

Did you mean: _class
2003 Feb 04
1
"Classful Queueing Disciplines" in LARTC HOWTO
...uot;This part installs the root node and the customary 1:0 class". I think this is an error, it should be the 1:1 class, not the 1:0 class. A bit lower down, the HOWTO shows the commands to add classes 1:3 and 1:4. My understanding is that these two _classes_ are being added to the parent _class_ 1:1, is this right? This part was confusing, because in previous examples _classes_ were added to a parent _qdisc_, or _qdiscs_ were added to a parent _class_. This is the first place where _classes_ are added to a parent _class_. That''s why I suggested (above) that the definition of a...
2004 Mar 18
1
[LLVMdev] Class or instance?
...uot;One important aspect of LLVM is that there is no distinction between an SSA variable and the operation that produces it. Because of this, any reference to the value produced by an instruction (or the value available as an incoming argument, for example) is represented as a direct pointer to the _class_ that represents this value. Although this may take some getting used to, it simplifies the representation and makes it easier to manipulate." Shouldn't it be "instance" instead of "class"? , Tobias [1] http://llvm.cs.uiuc.edu/docs/ProgrammersManual.html