search for: scalatization

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

Did you mean: scalarization
2005 Jan 25
1
New ip billing solution?? any updates?
Hi people, i've seen the wiki looking for a * billing solution but the links point to websites that have not updated their content (or news) section for over a year. Can anyone recommend a commercial-grade (i mean no mom&pop cdr system) billing solution that can start small and then scalate as traffic grows and tested/used with Asterisk before? commercial or open source links are ok.
2013 Nov 13
2
[LLVMdev] [PATCH] Add a Scalarize pass
...;> want to build llvm-based compilers, but I don’t think that this pass >> should be a part of the default pass manager. Targets that want to >> scalarize the code should do it as part of instruction-selection (just >> declare the types as illegal). Why do you want to control scalatization >> from the target ? IMHO scalarization is only useful in undoing domain >> specific input IR. > > The problem is that instruction selection is so late that the scalar > operations don't get optimised very much. The only pass that runs after > type legalisation and st...