Displaying 6 results from an estimated 6 matches for "santoor".
2011 Mar 02
1
Designing Relation Ship Between Different Models
Hi
I have One Problem
For Example if You Take
Category has_many :products
Here For Category i have soap as example
for products i am taking Santoor , Lux and Rin soaps as products.
Here Again
Both Lux and santoor comes under Bathing soaps.
Rin Soaps Comes under Washing Soaps
So these are sub categories...
Tom-arrow some new sub category may come like baby soaps..
I am confusing How many models i need ? how to define relation between
them?...
2002 Nov 10
3
[LLVMdev] DSGraph questions
1. What is the difference between DSNodeHandle and DSNode? What do the
functions getLink() and getSize() do?
2. In the previous email, you mentioned that we can use
DSNode::getPointerSize() to get the number of links, But I checked the
doxygen documentation, there is no such member for DSNode.
3. Previously I use the following code:
for( df_iterator<DSNode*> I = df_begin(pnode),
2002 Nov 11
1
[LLVMdev] DSGraph questions
...te my cvs tree correctly. Could you let
me know how to update my CVS tree? Or there is a problem at somewhere
else?
Thanks,
xiaodong
On Sun, 10 Nov 2002, Vikram Adve wrote:
> I'll try to answer these because Chris is really busy this week.
>
>
> > From: Xiaodong Li <xli3 at santoor.cs.uiuc.edu>
> > Subject: [LLVMdev] DSGraph questions
> > Sender: llvmdev-admin at cs.uiuc.edu
> > Date: Sun, 10 Nov 2002 11:25:53 -0600 (CST)
> >
> > 1. What is the difference between DSNodeHandle and DSNode? What do the
> > functions getLink() and getSize()...
2002 Nov 10
0
[LLVMdev] DSGraph questions
I'll try to answer these because Chris is really busy this week.
> From: Xiaodong Li <xli3 at santoor.cs.uiuc.edu>
> Subject: [LLVMdev] DSGraph questions
> Sender: llvmdev-admin at cs.uiuc.edu
> Date: Sun, 10 Nov 2002 11:25:53 -0600 (CST)
>
> 1. What is the difference between DSNodeHandle and DSNode? What do the
> functions getLink() and getSize() do?
DSNodeHandle is essenti...
2002 Nov 13
2
[LLVMdev] a basic question about BB
Dear LLVM,
I want to know, given a function, How do I know which block is entry
block, which blocks are exit blocks? Is there any efficient way to
dicectly get that information?
2002 Nov 08
1
[LLVMdev] Iterating on the DSGraph... (fwd)
I use the following code to do the depth first search on the DSGraph. And
I always got this error message. Couldn't figure out what's wrong. Could
you please let me know? Besides, I really have no idea about what those
functions do. Is there any documentation about DSGraph functions besides
the pool allocation paper?
Thanks,
xiaodong
Code:
for( df_iterator<DSNode*> I =