Path: utzoo!utgpu!news-server.csri.toronto.edu!turing.toronto.edu!west Newsgroups: comp.sys.ibm.pc.programmer From: west@turing.toronto.edu (Tom West) Subject: Microsoft C Mem Model Question Message-ID: <1990Jun1.155611.13271@jarvis.csri.toronto.edu> Organization: CSRI, University of Toronto Date: 1 Jun 90 19:56:12 GMT Lines: 17 I have a question for the PC programmers out there that I would be very grateful if they could answer. Under what conditions would one consider compiling something in Microsoft C with the -Alfu option. This should specify large code, large data model but also specify SS != DS, DS reloaded on function entry. When would one use such a feature in a C program? I am updating a program where the libraries have been compiled with such an option, and I have no idea why. I would appreciate any help that might be forthcoming about why they might have been compiled that way. Thanks in advance. Tom West tomwest@gpu.utcs.utoronto.ca