search for: toom

Displaying 3 results from an estimated 3 matches for "toom".

Did you mean: too
2006 Jun 15
4
testing with transactions
Hello! I experienced problems with testing transactions which are supposed to be rolled back, but are not, because of transactional fixtures eliminating the inner transaction. Can this be worked around somehow without turning off transactional fixtures? Maybe savepoints can help this? Does anyone have any experience with savepoints to achieve nested transaction functionality? Both Postgres
2006 Apr 25
2
Capistrano :db role
...ot be sure this migrate does what I expect it to do. Whereas if migrate would run on :app, I would know exactly what I get even with multiple sites of the same code at different versions all on the same database server. If someone can explain me this, I would appreciate it. Best regards, Laas Toom
2015 Mar 22
2
[LLVMdev] Mul & div support for wider-than-legal types
On Sun, Mar 22, 2015 at 5:57 AM Joerg Sonnenberger <joerg at britannica.bec.de> wrote: > On Fri, Mar 20, 2015 at 08:06:11PM -0700, Tim Northover wrote: > > > mul can be inlined easily if necessary for arbitrary sizes, but div is > very expensive. > > > > Shall I file a bug for "implement FFT in LLVM"? > > I didn't say it is the most efficient