Database cleaning

2009-07-20 Thread Henrik Sarvell
I vaguely remember a discussion approaches to cleaning or optimizing databases, I searched the mailing list however without success. Alex can you remember? /Henrik -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: Compiling on Mac

2009-07-20 Thread randall . dow
Hi Alex, equiv -> .set align -> .space string -> .ascii (check the syntax ...) global -> .globl (in x86-64.linux.ext.s) as -arch x86_64 x86-64.linux.base.s x86-64.linux.base.s:1599:32-bit absolute addressing is not supported for x86-64 line 1599: mov $Nil, %rbx ??leaq Nil(%rip

Re: Database cleaning

2009-07-20 Thread Alexander Burger
Hi Henrik, > I vaguely remember a discussion approaches to cleaning or optimizing > databases, I searched the mailing list however without success. I'm not sure. There was a response (to some questions by Tomas) in http://www.mail-archive.com/picolisp@software-lab.de/msg00073.html > > What a

Re: Compiling on Mac

2009-07-20 Thread Alexander Burger
Hi Randall, thanks for the research! I can't believe that there is only such a crippled assembler on the Mac. Alignment was in the earliest assemblers in the 1970s ;-) > equiv -> .set Not really satisfactory, because I would like to have an error message if there is a re-definition. > align ->

Re: Compiling on Mac

2009-07-20 Thread randall . dow
Hi Alex, >From http://www.apple.com/macosx/ > Coming September 2009 with every new Mac. Upgrade from Mac OS X Leopard f= or just $29. Yeah, it could be hoped that they also update the assembler. But there will likely be call interface updates and so on, and the 32 bit version will continue to wo