Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #2680

Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations?

Path csiph.com!xmission!usenet.csail.mit.edu!news.iecc.com!.POSTED.news.iecc.com!nerds-end
From Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Newsgroups comp.compilers
Subject Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations?
Date Thu, 15 Jul 2021 22:02:58 +0200
Organization Compilers Central
Lines 21
Sender news@iecc.com
Approved comp.compilers@iecc.com
Message-ID <21-07-008@comp.compilers> (permalink)
References <21-07-004@comp.compilers> <21-07-006@comp.compilers>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 8bit
Injection-Info gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="28306"; mail-complaints-to="abuse@iecc.com"
Keywords arithmetic, architecture
Posted-Date 15 Jul 2021 16:05:20 EDT
X-submission-address compilers@iecc.com
X-moderator-address compilers-request@iecc.com
X-FAQ-and-archives http://compilers.iecc.com
In-Reply-To <21-07-006@comp.compilers>
Content-Language de-DE
Xref csiph.com comp.compilers:2680

Show key headers only | View raw


On 7/15/21 11:31 AM, gah4 wrote:
> On Wednesday, July 14, 2021 at 12:42:37 PM UTC-7, Roger L Costello wrote:

>> I look at what I now do on a daily basis with computers and it is primarily
>> text processing. My guess is that "text processing" at the machine level
>> mostly means doing comparisons and moving things into and out of
>> memory/registers; that is, not much in the way of arithmetic computations. Is
>> that correct?
>
> Good text processing is reasonably numeric intensive. TeX uses dynamic
> programming to find the optimal line breaking points on a page.

Much arithmetic is required for rendering glyphs on screen, depending on
fonts, text attributes etc. That's true already for a browser, no need
to ask for an editor or sophisticated text processing system.

An editor does not much computation, it mostly fits together updated
text snippets. Together with an Undo function this results in a list of
changes that are fixed only when the text is saved to disk again.

DoDi

Back to comp.compilers | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? Roger L Costello <costello@mitre.org> - 2021-07-14 18:30 +0000
  Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? gah4 <gah4@u.washington.edu> - 2021-07-15 02:31 -0700
    Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-07-15 22:02 +0200
    Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? "Robin Vowels" <robin51@dodo.com.au> - 2021-07-16 14:47 +1000
    Re: fast arithmetic hardware, was These days what percentage of a CPU's work involves doing arithmetic computations gah4 <gah4@u.washington.edu> - 2021-07-15 23:49 -0700
      Re: fast arithmetic hardware, was These days what percentage of a CPU's work involves doing arithmetic computations George Neuner <gneuner2@comcast.net> - 2021-07-16 16:22 -0400
  Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? "Robin Vowels" <robin51@dodo.com.au> - 2021-07-16 15:12 +1000
    Re: ancient floating point, These days what percentage of a CPU's work involves doing arithmetic computations Philipp Klaus Krause <pkk@spth.de> - 2021-07-16 18:31 +0200
      Re: ancient floating point, These days what percentage of a CPU's work involves doing arithmetic computations Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-07-17 23:14 +0200
  Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? Derek Jones <derek@NOSPAM-knosof.co.uk> - 2021-07-19 15:35 +0100
  Re: These days what percentage of a CPU's work involves doing arithmetic computations versus other, non-arithmetic computations? "minf...@arcor.de" <minforth@arcor.de> - 2021-07-27 14:07 -0700

csiph-web