Comment 1 for bug 1066397

Revision history for this message
Mike McCracken (mikemc) wrote :

Hi, this is currently a low priority, although it's not a lot of work if someone wants to help. (I'm more than happy to be a guide)

For reference, the major piece that currently requires 64-bit is the fsevents daemon, which uses features of the 'new' (64 only) ObjC runtime. Changing it to work with 32 is not a major design change but does touch a lot of that code.

The Qt we build with is also currently just 64 bit, even though brew claims it configured with --universal, so there's something we'll have to look at also, if we decide to tackle this.