Path: csiph.com!xmission!usenet.csail.mit.edu!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: Thomas Koenig Newsgroups: comp.compilers Subject: Re: 8086 register allocation Date: Tue, 11 May 2021 06:44:07 -0000 (UTC) Organization: news.netcologne.de Lines: 11 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <21-05-010@comp.compilers> References: <21-05-005@comp.compilers> <21-05-007@comp.compilers> Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="8040"; mail-complaints-to="abuse@iecc.com" Keywords: architecture, history Posted-Date: 12 May 2021 23:56:18 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:2662 gah4 schrieb: [80x87] > There are description of some compilers that give up on compiling any > code that needs more than eight registers. Even worse. If I remember correctly, Turbo Pascal 3 simply generated wrong code if the number of stack slots was exceeded. The user just had to make sure that the formulas were not too complex.