search for: trunc'd

Displaying 3 results from an estimated 3 matches for "trunc'd".

Did you mean: trunc's
2009 Nov 02
2
[LLVMdev] array index type shuffling in GEPs
...oping that someone might be able to help me better understand this design decision: For a 64 bit target, index's into GEP's of arrays are zext up to 64 bit integers, even if the variable itself is an alloca of only i32. Similarly, on a 32 bit target, index's into GEP's are trunc'd down to 32 bits even if they ultimately reference an alloc'd variable of type i64. My guess is that in the latter, there is a 2^32 limit on the number of elements in an array for 32 bit systems. This doesn't make sense for the former, though, since we're casting up to 6...
2006 Mar 24
1
Maximum Queue Name Length
Do queue names have a max length? I have a queue named 'oneeighty_techsupp' in queues.conf, and a 'show queues' returns a truncated queue name. Is that just a display bug, or do queues names have a max length of 12? demeter*CLI> show queues oneeighty_te has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s Members: Agent/80014255 (Not in use) has taken no c...
2009 Nov 03
0
[LLVMdev] array index type shuffling in GEPs
...omeone might be able to help me better understand > this design decision: For a 64 bit target, index's into GEP's of > arrays are zext up to 64 bit integers, even if the variable itself is > an alloca of only i32. Similarly, on a 32 bit target, index's into > GEP's are trunc'd down to 32 bits even if they ultimately reference an > alloc'd variable of type i64. > > My guess is that in the latter, there is a 2^32 limit on the number > of elements in an array for 32 bit systems. This doesn't make sense > for the former, though, since we'r...