Displaying 2 results from an estimated 2 matches for "strench".
Did you mean:
trench
2006 Apr 06
1
Strench Error
I am new with ruby but something fishy with the array.
if I type
q=aa
puts INV_FILE_HASH[q] # where INV_FILE_HASH is my hash function
I GET THE RESULT PERFECTLY HOWEVER,
query is user input and couldbe ''aa'' or ''aa aa''
query = query.split(/ /)
query.each { |q|
if (q == ''and'')
OP.push(''and'')
elsif (q ==
2006 Jun 25
1
[LLVMdev] optimization passes
I am looking for a list of the
various optimizations that llvm performs
when I use the JIT execution engine.
Eg. I am assuming:
strench reduction,
dead code elimination
?
Simon.