Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22105e4b9de79f3

Jump to content

Talk:Dead-code elimination

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 9 years ago by Arzg in topic Simplify the examples, please

Simplify the examples, please

[edit]

The examples are written with bitwise shift operators (<<, >>). These are rather obscure and unfamiliar to many people. Please rewrite the examples using simpler operators. 199.46.200.232 (talk) 18:09, 10 June 2011 (UTC)Reply

Be bold! If you know enough C to recognize them as bit-shift operators, surely you also know enough to simply change them to addition or something else you would consider simpler. Bigpeteb (talk) 04:02, 29 June 2011 (UTC)Reply
I just changed it to the corresponding multiplications / divisions. Arzg (talk) 19:57, 28 June 2017 (UTC)Reply